Changeset 901 in ntrip for trunk/BNS/bnseph.cpp


Ignore:
Timestamp:
May 9, 2008, 8:34:06 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.cpp

    r900 r901  
    297297  // Initialize status vector
    298298  // ------------------------
    299   static const double gps_utc = 14.0;
    300   _tt = _GPSweeks + gps_utc;
     299  ////  static const double gps_utc = 14.0;
     300  _tt = _GPSweeks;
     301  //// _tt = _GPSweeks + gps_utc;
    301302
    302303  _xv(1) = _x_pos * 1.e3;
Note: See TracChangeset for help on using the changeset viewer.