Changeset 5624 for trunk/psLib/src/astro/psCoord.h
- Timestamp:
- Nov 29, 2005, 4:00:11 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.h
r5542 r5624 1 1 /** @file psCoord.h 2 *3 * @brief Contains basic coordinate transformation definitions and operations4 *5 * This file defines the basic types for astronomical coordinate6 * transformation7 *8 * @ingroup CoordinateTransform9 *10 *11 * @author GLG, MHPCC12 *13 * @version $Revision: 1.47$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-11-18 19:39:29$15 *16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii17 */2 * 3 * @brief Contains basic coordinate transformation definitions and operations 4 * 5 * This file defines the basic types for astronomical coordinate 6 * transformation 7 * 8 * @ingroup CoordinateTransform 9 * 10 * 11 * @author GLG, MHPCC 12 * 13 * @version $Revision: 1.48 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-11-30 02:00:00 $ 15 * 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 17 */ 18 18 19 19 #ifndef PS_COORD_H … … 323 323 psPlaneTransform *transform ///< transform to invert 324 324 ); 325 psPlaneTransform *p_psPlaneTransformLinearInvert_MHPCC( 326 psPlaneTransform *transform ///< transform to invert 327 ); 325 328 326 329
Note:
See TracChangeset
for help on using the changeset viewer.
