Index: trunk/psLib/src/sys/psConfigure.c
===================================================================
--- trunk/psLib/src/sys/psConfigure.c	(revision 4540)
+++ trunk/psLib/src/sys/psConfigure.c	(revision 5524)
@@ -13,6 +13,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-07-12 19:12:01 $
+ *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-11-16 20:52:23 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -20,4 +20,5 @@
 #include "psString.h"
 #include "psTime.h"
+#include "psEarthOrientation.h"
 #include "psError.h"
 #include "psConfigure.h"
@@ -43,4 +44,9 @@
         return;
     }
+    if(!p_psEOCInit()) {
+        psError(PS_ERR_BAD_PARAMETER_VALUE, true,
+                PS_ERRORTEXT_psConfigure_INITIALIZATION_FAILED, "psEOC");
+        return;
+    }
 }
 
@@ -54,3 +60,8 @@
         return;
     }
+    if(!p_psEOCFinalize()) {
+        psError(PS_ERR_BAD_PARAMETER_VALUE, true,
+                PS_ERRORTEXT_psConfigure_FINALIZATION_FAILED, "psEOC");
+        return;
+    }
 }
