Changeset 21536 for branches/cnb_branch_20090215/psastro
- Timestamp:
- Feb 19, 2009, 7:59:50 AM (17 years ago)
- Location:
- branches/cnb_branch_20090215/psastro/src
- Files:
-
- 1 deleted
- 2 edited
-
psastroArguments.c (modified) (2 diffs)
-
psastroCleanup.c (modified) (2 diffs)
-
psastroVisual.c (deleted)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branch_20090215/psastro/src/psastroArguments.c
r21422 r21536 6 6 * 7 7 * @author IfA 8 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $9 * @date $Date: 2009-02- 09 21:25:34$8 * @version $Revision: 1.34.2.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-19 17:59:50 $ 10 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 11 */ … … 100 100 if ((N = psArgumentGet (argc, argv, "-visual"))) { 101 101 psArgumentRemove (N, &argc, argv); 102 pm AstromSetVisual (true);102 pmVisualSetVisual (true); 103 103 } 104 104 -
branches/cnb_branch_20090215/psastro/src/psastroCleanup.c
r21422 r21536 6 6 * 7 7 * @author IfA 8 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $9 * @date $Date: 2009-02- 09 21:25:34$8 * @version $Revision: 1.8.2.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-19 17:59:50 $ 10 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 11 */ … … 16 16 17 17 psFree (config); 18 pm AstromVisualClose ();18 pmVisualClose (); 19 19 20 20 psTimerStop ();
Note:
See TracChangeset
for help on using the changeset viewer.
