Changeset 4944 for trunk/psLib/src/astro
- Timestamp:
- Sep 2, 2005, 11:32:06 AM (21 years ago)
- Location:
- trunk/psLib/src/astro
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.c
r4937 r4944 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.6 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 8-31 22:28:35$12 * @version $Revision: 1.69 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-09-02 21:32:03 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1360 1360 } 1361 1361 1362 psTime* psTimeFromISO(const char *input) 1362 psTime* psTimeFromISO(const char *input, 1363 psTimeType type) 1363 1364 { 1364 1365 psS32 millisecond; … … 1391 1392 outTime = p_psTimeFromTM(&tmTime); 1392 1393 outTime->nsec = millisecond * 1000000; 1394 outTime->type = type; 1393 1395 1394 1396 return outTime; -
trunk/psLib/src/astro/psTime.h
r4937 r4944 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.3 7$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 8-31 22:28:35$13 * @version $Revision: 1.38 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-09-02 21:32:03 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 281 281 */ 282 282 psTime* psTimeFromISO( 283 const char* input ///< Input time to be converted. 283 const char* input, ///< Input time to be converted. 284 psTimeType type ///< Time type. 284 285 ); 285 286
Note:
See TracChangeset
for help on using the changeset viewer.
