Changeset 897 in ntrip


Ignore:
Timestamp:
May 8, 2008, 10:46:24 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.cpp

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