Changeset 3706 for trunk/psLib/test/astronomy/tst_psTime_01.c
- Timestamp:
- Apr 18, 2005, 1:40:15 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astronomy/tst_psTime_01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/tst_psTime_01.c
r3705 r3706 23 23 * @author Ross Harman, MHPCC 24 24 * 25 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $26 * @date $Date: 2005-04-18 23: 30:54$25 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 26 * @date $Date: 2005-04-18 23:40:15 $ 27 27 * 28 28 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 50 50 printPositiveTestHeader(stdout,"psTime", "Get current TAI time"); 51 51 psTime *timeA = NULL; 52 timeA = psTimeGet Time(PS_TIME_TAI);52 timeA = psTimeGetNow(PS_TIME_TAI); 53 53 psFree(timeA); 54 54 printFooter(stdout, "psTime", "Get current TAI time", true);
Note:
See TracChangeset
for help on using the changeset viewer.
