Index: trunk/psLib/src/astro/psSphereOps.c
===================================================================
--- trunk/psLib/src/astro/psSphereOps.c	(revision 5437)
+++ trunk/psLib/src/astro/psSphereOps.c	(revision 5444)
@@ -8,6 +8,6 @@
  *  @author Dave Robbins, MHPCC
  *
- *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-10-21 02:14:02 $
+ *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-10-25 00:38:00 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -135,4 +135,15 @@
                                  0.0);
 
+    /*    psSphereRot *test = psSphereRotICRSToGalactic();
+        if (fabs(coord->d-DEG_TO_RAD(27.1283)) < 0.0001 && transform->q0 == test->q0 &&
+            transform->q1 == test->q1 && transform->q2 == test->q2 && transform->q3 == test->q3){
+            printf("\ncoordquat = %lf,%lf,%lf,%lf\n", coordQuat->q0, coordQuat->q1, coordQuat->q2,
+             coordQuat->q3);
+    //        coordQuat->q1 += -1.0;
+            test->q3 = - test->q3;
+            *(psSphereRot**)&transform = test;
+        }
+        psFree(test);
+    */
     // Inserted by PAP
     psSphereRot *conjugate = psSphereRotConjugate(NULL, transform);
