Changeset 21536 for branches/cnb_branch_20090215/ppSub/src/ppSub.c
- Timestamp:
- Feb 19, 2009, 7:59:50 AM (17 years ago)
- File:
-
- 1 edited
-
branches/cnb_branch_20090215/ppSub/src/ppSub.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branch_20090215/ppSub/src/ppSub.c
r21424 r21536 6 6 * 7 7 * @author IfA 8 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $9 * @date $Date: 2009-02- 09 21:26:05$8 * @version $Revision: 1.11.2.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-19 17:59:49 $ 10 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 11 */ 12 13 #ifdef HAVE_CONFIG_H 14 #include <config.h> 15 #endif 16 17 #include <stdio.h> 18 #include <pslib.h> 19 #include <psmodules.h> 20 #include <psphot.h> 12 21 13 22 #include "ppSub.h" … … 66 75 psTimerStop(); 67 76 68 pm SubtractionVisualClose(); //close plot windows, if -visual is set77 pmVisualClose(); //close plot windows, if -visual is set 69 78 psFree(config); 70 79 pmModelClassCleanup();
Note:
See TracChangeset
for help on using the changeset viewer.
