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


Ignore:
Timestamp:
May 17, 2008, 3:02:06 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.h

    r911 r917  
    3636  virtual void position(int GPSweek, double GPSweeks, ColumnVector& xc,
    3737                        ColumnVector& vv) const;
    38   virtual int  IOD() const {return int(_GPSweeks);}
     38  virtual int  IOD() const {return int(fmod(_GPSweeks,86400.0)) / 600;}
    3939 private:
    4040  static ColumnVector glo_deriv(double /* tt */, const ColumnVector& xv);
Note: See TracChangeset for help on using the changeset viewer.