Changeset 4590 for trunk/psLib/src/astro/psTime.h
- Timestamp:
- Jul 20, 2005, 4:39:58 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.h
r4409 r4590 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.3 3$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 6-28 20:17:52$13 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-07-21 02:39:57 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 64 64 psS64 sec; ///< Seconds since epoch, Jan 1, 1970. 65 65 psU32 nsec; ///< Nanoseconds since last second. 66 psBool leapsecond;///< if time falls on UTC leapsecond66 bool leapsecond; ///< if time falls on UTC leapsecond 67 67 psTimeType type; ///< Type of time. 68 68 }
Note:
See TracChangeset
for help on using the changeset viewer.
