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


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.h

    r889 r891  
    3838 private:
    3939  static ColumnVector glo_deriv(double /* tt */, const ColumnVector& xv);
    40   double       _tt;  // time in seconds of GPSweek
    41   ColumnVector _xv;  // status vector (position, velocity) at time _tt
     40  mutable double       _tt;  // time in seconds of GPSweek
     41  mutable ColumnVector _xv;  // status vector (position, velocity) at time _tt
    4242
    4343  double _E;                  // [days]   
Note: See TracChangeset for help on using the changeset viewer.