- Timestamp:
- May 17, 2008, 3:02:06 PM (17 years ago)
- Location:
- trunk/BNS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnseph.h
r911 r917 36 36 virtual void position(int GPSweek, double GPSweeks, ColumnVector& xc, 37 37 ColumnVector& vv) const; 38 virtual int IOD() const {return int( _GPSweeks);}38 virtual int IOD() const {return int(fmod(_GPSweeks,86400.0)) / 600;} 39 39 private: 40 40 static ColumnVector glo_deriv(double /* tt */, const ColumnVector& xv); -
trunk/BNS/bnswindow.cpp
r855 r917 278 278 279 279 QMainWindow::closeEvent(event); 280 281 delete this;282 280 } 283 281
Note:
See TracChangeset
for help on using the changeset viewer.