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


Ignore:
Timestamp:
Aug 10, 2010, 9:37:02 PM (14 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.h

    r2017 r2558  
    4141  virtual int  RTCM3(unsigned char *);
    4242 private:
    43   static ColumnVector glo_deriv(double /* tt */, const ColumnVector& xv);
     43  static ColumnVector glo_deriv(double /* tt */, const ColumnVector& xv,
     44                                double* acc);
    4445  mutable double       _tt;  // time in seconds of GPSweek
    4546  mutable ColumnVector _xv;  // status vector (position, velocity) at time _tt
Note: See TracChangeset for help on using the changeset viewer.