Index: trunk/psLib/src/astro/psCoord.c
===================================================================
--- trunk/psLib/src/astro/psCoord.c	(revision 1311)
+++ trunk/psLib/src/astro/psCoord.c	(revision 1325)
@@ -10,6 +10,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-07-28 20:22:22 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-29 02:08:02 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -146,5 +146,5 @@
 }
 
-psSphereTransform *psSphereTransformEcliptictoICRS(void)
+psSphereTransform *psSphereTransformEcliptictoICRS(psTime time)
 {
     struct tm *tmTime = psTimeToTM(time);
@@ -293,5 +293,5 @@
                             psSphereOffsetUnit unit)
 {
-    psPlane *lin;
+    //    psPlane *lin;
     psProjection proj;
     psSphere *tmp;
@@ -312,6 +312,6 @@
         proj.type = PS_PROJ_TAN;
 
-        lin = psProject(position2, proj);
-        tmp = psDeproject(lin, proj);
+        //        lin = psProject(position2, proj);
+        //        tmp = psDeproject(lin, proj);
 
         // XXX: Do we need to convert units in tmp?
