Changeset 3705 for trunk/psLib/src/astronomy/psTime.h
- Timestamp:
- Apr 18, 2005, 1:30:54 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psTime.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psTime.h
r3704 r3705 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.2 3$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-04-18 23: 13:37$12 * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-04-18 23:30:54 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 186 186 * @return char*: Pointer null terminated array of chars in ISO time. 187 187 */ 188 char* psTimeToISO Time(188 char* psTimeToISO( 189 189 const psTime* time ///< Input time to be converted. 190 190 ); … … 237 237 * @return psTime*: time 238 238 */ 239 psTime* psTimeFromISO Time(239 psTime* psTimeFromISO( 240 240 const char* time ///< Input time to be converted. 241 241 );
Note:
See TracChangeset
for help on using the changeset viewer.
