Index: trunk/psLib/src/astro/psCoord.c
===================================================================
--- trunk/psLib/src/astro/psCoord.c	(revision 2273)
+++ trunk/psLib/src/astro/psCoord.c	(revision 2425)
@@ -10,6 +10,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-11-04 01:04:57 $
+*  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-11-24 19:48:17 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -508,2 +508,11 @@
     return (NULL);
 }
+
+// XXX: What algorithm should be used?
+psSphere *psSpherePrecess(psSphere *coords,
+                          const psTime *fromTime,
+                          const psTime *toTime)
+{
+    return(NULL);
+}
+
