Changeset 2257 in ntrip for trunk/BNC/RTCM3/ephemeris.h


Ignore:
Timestamp:
Jan 16, 2010, 11:45:40 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM3/ephemeris.h

    r2222 r2257  
    9191class t_ephGlo : public t_eph {
    9292 public:
    93   t_ephGlo() { _gps_utc = 0.0; _xv.ReSize(6); }
     93  t_ephGlo() { _xv.ReSize(6); }
    9494
    9595  virtual ~t_ephGlo() {}
     
    109109  mutable ColumnVector _xv;  // status vector (position, velocity) at time _tt
    110110
    111   double  _gps_utc;          // GPS - UTC in seconds     
    112111  double  _E;                // [days]   
    113112  double  _tau;              // [s]     
Note: See TracChangeset for help on using the changeset viewer.