Index: trunk/BNC/src/pppCrdFile.h
===================================================================
--- trunk/BNC/src/pppCrdFile.h	(revision 7523)
+++ trunk/BNC/src/pppCrdFile.h	(revision 11019)
@@ -13,6 +13,8 @@
    public:
     t_staInfo() {
-      _xyz.ReSize(3);    _xyz    = 0.0;
-      _neuAnt.ReSize(3); _neuAnt = 0.0;
+      _xyz.ReSize(3);      _xyz      = 0.0;
+      _neuAnt.ReSize(3);   _neuAnt   = 0.0;
+      _velocity.ReSize(3); _velocity = 0.0;
+      _epoch = 0.0;
     }
     std::string  _name;
@@ -21,4 +23,6 @@
     ColumnVector _xyz;
     ColumnVector _neuAnt;
+    ColumnVector _velocity; // ITRF velocity Vx, Vy, Vz [m/year], zero if unused
+    double       _epoch;    // reference (decimal year) epoch of _xyz, zero if unused
   };
 
