Index: /trunk/psLib/src/astro/psCoord.c
===================================================================
--- /trunk/psLib/src/astro/psCoord.c	(revision 2424)
+++ /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);
+}
+
Index: /trunk/psLib/src/astro/psCoord.h
===================================================================
--- /trunk/psLib/src/astro/psCoord.h	(revision 2424)
+++ /trunk/psLib/src/astro/psCoord.h	(revision 2425)
@@ -10,6 +10,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-27 00:57:30 $
+*  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-11-24 19:48:17 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -316,4 +316,9 @@
 );
 
+psSphere *psSpherePrecess(psSphere *coords,
+                          const psTime *fromTime,
+                          const psTime *toTime);
+
+
 /// @}
 
Index: /trunk/psLib/src/astronomy/psCoord.c
===================================================================
--- /trunk/psLib/src/astronomy/psCoord.c	(revision 2424)
+++ /trunk/psLib/src/astronomy/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);
+}
+
Index: /trunk/psLib/src/astronomy/psCoord.h
===================================================================
--- /trunk/psLib/src/astronomy/psCoord.h	(revision 2424)
+++ /trunk/psLib/src/astronomy/psCoord.h	(revision 2425)
@@ -10,6 +10,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-27 00:57:30 $
+*  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-11-24 19:48:17 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -316,4 +316,9 @@
 );
 
+psSphere *psSpherePrecess(psSphere *coords,
+                          const psTime *fromTime,
+                          const psTime *toTime);
+
+
 /// @}
 
Index: /trunk/psLib/src/dataManip/psDataManipErrors.dat
===================================================================
--- /trunk/psLib/src/dataManip/psDataManipErrors.dat	(revision 2424)
+++ /trunk/psLib/src/dataManip/psDataManipErrors.dat	(revision 2425)
@@ -31,4 +31,5 @@
 psStats_ROBUST_STATS_CLIPPED_STATS	Failed to determine clipped statistics.
 
+
 psStats_STATS_POLY_MEDIAN_OUT_OF_RANGE The requested y-value does not fall with the specified range of x-values.  Returning NAN.
 #
