Changeset 4944 for trunk/psLib/src/astro/psTime.c
- Timestamp:
- Sep 2, 2005, 11:32:06 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.c (modified) (3 diffs)
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;
Note:
See TracChangeset
for help on using the changeset viewer.
