Index: trunk/psLib/src/astro/psEarthOrientation.c
===================================================================
--- trunk/psLib/src/astro/psEarthOrientation.c	(revision 10999)
+++ trunk/psLib/src/astro/psEarthOrientation.c	(revision 11618)
@@ -8,6 +8,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-09 22:38:52 $
+ *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-03 06:01:42 $
  *
  *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
@@ -1056,5 +1056,5 @@
            SEC_TO_RAD(0.00001149)*t4;
 
-    // L â Omega    (L = Mean Longitude of the Moon, Omega = F4)
+    // L â Omega    (L = Mean Longitude of the Moon, Omega = F4)
     F[2] = DEG_TO_RAD(93.27209062) +
            SEC_TO_RAD(1739527262.8478)*t -
@@ -1175,5 +1175,5 @@
 
     //Implementation adapted from PM_GRAVI in interp.f from hpiers.obspm.fr/eop-pc/models/interp.f
-    double arg[6];
+    double arg[6] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0};
     arg[0] = (67310.54841 +
               (876600.0*3600.0 + 8640184.812866)*t
