Index: trunk/psLib/src/astro/psEarthOrientation.c
===================================================================
--- trunk/psLib/src/astro/psEarthOrientation.c	(revision 5519)
+++ trunk/psLib/src/astro/psEarthOrientation.c	(revision 5522)
@@ -8,6 +8,6 @@
 *  @author Robert Daniel DeSonia, MHPCC
 *
-*  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-11-15 22:19:29 $
+*  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-11-16 02:40:13 $
 *
 *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
@@ -68,5 +68,5 @@
 }
 
-static bool eocInit()
+bool p_psEOCInit()
 {
     unsigned int nFail = 0;
@@ -353,14 +353,4 @@
 }
 
-/*
-double psEOC_ParallaxFactor(const psSphere *coords,
-                            const psTime *time)
-{
- 
- 
-    return NAN;
-}
-*/
-
 psEarthPole *psEOC_PrecessionModel(const psTime *time)
 {
@@ -431,5 +421,5 @@
     // Check if EOC data loaded
     if(! eocInitialized) {
-        eocInitialized = eocInit();
+        eocInitialized = p_psEOCInit();
         if(!eocInitialized) {
             // XXX: Move error message.
