Changeset 11248 for trunk/psLib/src/astro/psCoord.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.h
r10823 r11248 1 1 /** @file psCoord.h 2 2 * 3 * @brief Contains basic coordinate transformation definitions and operations3 * @brief Basic coordinate transformations 4 4 * 5 5 * This file defines the basic types for astronomical coordinate 6 6 * transformation 7 7 * 8 * @ingroup CoordinateTransform9 *10 *11 8 * @author GLG, MHPCC 12 9 * 13 * @version $Revision: 1.5 5$ $Name: not supported by cvs2svn $14 * @date $Date: 200 6-12-22 21:19:47$10 * @version $Revision: 1.56 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-23 22:47:22 $ 15 12 * 16 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 19 16 #ifndef PS_COORD_H 20 17 #define PS_COORD_H 18 19 /// @addtogroup Astro Astronomy 20 /// @{ 21 21 22 22 #include "psType.h" … … 28 28 #include "psRegion.h" 29 29 //#include "psTime.h" 30 31 /// @addtogroup CoordinateTransform32 /// @{33 30 34 31 /** Euclidiean Coordinate System. … … 459 456 460 457 /// @} 461 462 458 #endif // #ifndef PS_COORD_H
Note:
See TracChangeset
for help on using the changeset viewer.
