Index: trunk/BNS/bnseph.cpp
===================================================================
--- trunk/BNS/bnseph.cpp	(revision 887)
+++ trunk/BNS/bnseph.cpp	(revision 888)
@@ -294,10 +294,15 @@
     }
   }
-}
-
-// 
-////////////////////////////////////////////////////////////////////////////
-int  t_ephGlo::IOD() const {
-  return 0;
+
+  // Initialize status vector
+  // ------------------------
+  _tt = _GPSweeks;
+
+  _xv(1) = _x_pos; 
+  _xv(2) = _y_pos; 
+  _xv(3) = _z_pos; 
+  _xv(4) = _x_velocity; 
+  _xv(5) = _y_velocity; 
+  _xv(6) = _z_velocity; 
 }
 
