Changeset 3334 for trunk/psLib/src/astronomy/psCoord.c
- Timestamp:
- Feb 25, 2005, 12:29:19 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psCoord.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psCoord.c
r3332 r3334 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.5 4$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-02-25 2 0:52:28$12 * @version $Revision: 1.55 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-02-25 22:28:42 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 379 379 } 380 380 381 // XXX: This is bug 245: alphaP swaps with phiP from psSphereTransformGala ticToICRS()382 psSphereTransform* psSphereTransformICRSToGala tic(void)381 // XXX: This is bug 245: alphaP swaps with phiP from psSphereTransformGalacticToICRS() 382 psSphereTransform* psSphereTransformICRSToGalactic(void) 383 383 { 384 384 psF64 alphaP = DEG_TO_RAD(32.93192); … … 389 389 } 390 390 391 psSphereTransform* psSphereTransformGala ticToICRS(void)391 psSphereTransform* psSphereTransformGalacticToICRS(void) 392 392 { 393 393 psF64 alphaP = DEG_TO_RAD(282.85948);
Note:
See TracChangeset
for help on using the changeset viewer.
