Changeset 2537 for trunk/psLib/test/astronomy/tst_psAstrometry01.c
- Timestamp:
- Nov 30, 2004, 11:56:20 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astronomy/tst_psAstrometry01.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/tst_psAstrometry01.c
r2204 r2537 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $8 * @date $Date: 2004-1 0-27 00:57:31$7 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2004-11-30 21:56:20 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 299 299 psS32 testStatus = 0; 300 300 301 psTime* now = psTimeGetTime(PS_TIME_ UTC);301 psTime* now = psTimeGetTime(PS_TIME_TAI); 302 302 303 303 psObservatory* obs = psObservatoryAlloc(NAME, LATITUDE, LONGITUDE, HEIGHT, LAPSERATE); … … 367 367 psFree(exp); 368 368 psFree(grom); 369 psLibFinalize(); 369 370 370 371 return(testStatus); … … 517 518 518 519 psFree(myFPA); 520 519 521 return(0); 520 522 }
Note:
See TracChangeset
for help on using the changeset viewer.
