Changeset 911 in ntrip for trunk/BNS/bnseph.h


Ignore:
Timestamp:
May 11, 2008, 3:16:43 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.h

    r891 r911  
    2929 public:
    3030  t_ephGlo() {
     31    _gps_utc = 0.0;
    3132    _xv.ReSize(6);
    3233  };
     
    4041  mutable double       _tt;  // time in seconds of GPSweek
    4142  mutable ColumnVector _xv;  // status vector (position, velocity) at time _tt
     43  double  _gps_utc;          // GPS - UTC in seconds     
    4244
    4345  double _E;                  // [days]   
Note: See TracChangeset for help on using the changeset viewer.