Changeset 9126 in ntrip for trunk/BNC/src/ephemeris.cpp
- Timestamp:
- Sep 21, 2020, 9:38:06 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/ephemeris.cpp
r9124 r9126 641 641 acc[1] = _y_acceleration * 1.e3; 642 642 acc[2] = _z_acceleration * 1.e3; 643 643 644 644 for (int ii = 1; ii <= nSteps; ii++) { 645 645 _xv = rungeKutta4(_tt.gpssec(), _xv, step, acc, glo_deriv); … … 1672 1672 xc[4] = _clock_drift + _clock_driftrate*tc; 1673 1673 xc[5] = _clock_driftrate; 1674 1674 1675 return success; 1675 1676 }
Note:
See TracChangeset
for help on using the changeset viewer.