Changeset 5444 for trunk/psLib/src/astro/psSphereOps.c
- Timestamp:
- Oct 24, 2005, 2:38:00 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psSphereOps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psSphereOps.c
r5437 r5444 8 8 * @author Dave Robbins, MHPCC 9 9 * 10 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-10-2 1 02:14:02$10 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-10-25 00:38:00 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 135 135 0.0); 136 136 137 /* psSphereRot *test = psSphereRotICRSToGalactic(); 138 if (fabs(coord->d-DEG_TO_RAD(27.1283)) < 0.0001 && transform->q0 == test->q0 && 139 transform->q1 == test->q1 && transform->q2 == test->q2 && transform->q3 == test->q3){ 140 printf("\ncoordquat = %lf,%lf,%lf,%lf\n", coordQuat->q0, coordQuat->q1, coordQuat->q2, 141 coordQuat->q3); 142 // coordQuat->q1 += -1.0; 143 test->q3 = - test->q3; 144 *(psSphereRot**)&transform = test; 145 } 146 psFree(test); 147 */ 137 148 // Inserted by PAP 138 149 psSphereRot *conjugate = psSphereRotConjugate(NULL, transform);
Note:
See TracChangeset
for help on using the changeset viewer.
