Changeset 8488 in ntrip for branches/BNC_2.12
- Timestamp:
- Sep 20, 2018, 1:29:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/ephemeris.cpp
r8486 r8488 65 65 << 900 << 1800 << 3600 << 7200 66 66 << 10800; 67 xc.ReSize( 4);67 xc.ReSize(7); 68 68 vv.ReSize(3); 69 69 if (position(tt.gpsw(), tt.gpssec(), xc.data(), vv.data()) != success) { … … 635 635 acc[1] = _y_acceleration * 1.e3; 636 636 acc[2] = _z_acceleration * 1.e3; 637 qDebug() << "_xv.size(): " << _xv.size() << " nSteps " << nSteps; 637 638 for (int ii = 1; ii <= nSteps; ii++) { 639 qDebug() << "_xv.size(): " << _xv.size() << ii << " von " << nSteps; 638 640 _xv = rungeKutta4(_tt.gpssec(), _xv, step, acc, glo_deriv); 639 641 _tt = _tt + step;
Note:
See TracChangeset
for help on using the changeset viewer.