Changeset 2650 for trunk/psLib/src/astronomy/psCoord.h
- Timestamp:
- Dec 7, 2004, 12:28:29 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psCoord.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psCoord.h
r2635 r2650 1 /** @file psCoord.h1 a/** @file psCoord.h 2 2 * 3 3 * @brief Contains basic coordinate transformation definitions and operations … … 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.2 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-12-0 6 19:49:36$12 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-12-07 22:28:28 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 239 239 */ 240 240 psSphereTransform* psSphereTransformICRSToEcliptic( 241 psTime time ///< the time for which the resulting transform will be valid241 psTime *time ///< the time for which the resulting transform will be valid 242 242 ); 243 243 … … 248 248 */ 249 249 psSphereTransform* psSphereTransformEclipticToICRS( 250 psTime time ///< the time for which the resulting transform will be valid250 psTime *time ///< the time for which the resulting transform will be valid 251 251 ); 252 252
Note:
See TracChangeset
for help on using the changeset viewer.
