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?
Index: trunk/psLib/src/astro/psCoord.h
===================================================================
--- trunk/psLib/src/astro/psCoord.h	(revision 1311)
+++ trunk/psLib/src/astro/psCoord.h	(revision 1325)
@@ -10,6 +10,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-07-27 05:30:55 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-29 02:08:02 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -24,4 +24,5 @@
 #include "psList.h"
 #include "psFunctions.h"
+#include "psTime.h"
 
 typedef struct
@@ -121,6 +122,6 @@
                                  const psSphere *coord);
 
-psSphereTransform *psSphereTransformICRStoEcliptic(void);
-psSphereTransform *psSphereTransformEcliptictoICRS(void);
+psSphereTransform *psSphereTransformICRStoEcliptic(psTime time);
+psSphereTransform *psSphereTransformEcliptictoICRS(psTime time);
 psSphereTransform *psSphereTransformICRStoGalatic(void);
 psSphereTransform *psSphereTransformGalatictoICRS(void);
