Changeset 4540 for trunk/psLib/src/astronomy/psTime.h
- Timestamp:
- Jul 12, 2005, 9:12:01 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psTime.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psTime.h
r4409 r4540 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-12 19:12:00 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 25 25 26 26 #include "psType.h" 27 #include "psImage.h" 28 29 struct psSphere; 27 // N.B. inclusion of psCoord.h was done to after the typedefs to handle cross-dependency of typedefs 30 28 31 29 /// @addtogroup Time 32 30 /// @{ 33 34 31 35 32 /** Time type. … … 69 66 psTime; 70 67 68 #include "psCoord.h" 69 #include "psImage.h" 71 70 72 71 /** Initialize time data. … … 161 160 * @return psSphere*: Spherical coordinates of Earth's polar axias. 162 161 */ 163 structpsSphere* p_psTimeGetPoleCoords(164 const psTime *time ///< psTime determine polar orientation.165 );162 psSphere* p_psTimeGetPoleCoords( 163 const psTime *time ///< psTime determine polar orientation. 164 ); 166 165 167 166 /** Calculate the number of leapseconds between two times.
Note:
See TracChangeset
for help on using the changeset viewer.
