Changeset 888 in ntrip


Ignore:
Timestamp:
May 8, 2008, 5:01:35 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.cpp

    r886 r888  
    294294    }
    295295  }
    296 }
    297 
    298 //
    299 ////////////////////////////////////////////////////////////////////////////
    300 int  t_ephGlo::IOD() const {
    301   return 0;
     296
     297  // Initialize status vector
     298  // ------------------------
     299  _tt = _GPSweeks;
     300
     301  _xv(1) = _x_pos;
     302  _xv(2) = _y_pos;
     303  _xv(3) = _z_pos;
     304  _xv(4) = _x_velocity;
     305  _xv(5) = _y_velocity;
     306  _xv(6) = _z_velocity;
    302307}
    303308
Note: See TracChangeset for help on using the changeset viewer.