Changeset 9686 in ntrip for trunk/BNC/src
- Timestamp:
- Apr 12, 2022, 9:32:52 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/satObs.cpp
r9685 r9686 67 67 corr._prn.setFlags(1);// I/NAV 68 68 } 69 corr._dClk /= (t_CST::c); // m70 corr._dotDClk /= (t_CST::c * 1.e3); // mm/s71 corr._dotDotDClk /= (t_CST::c * 1.e3); // mm/s²69 corr._dClk /= (t_CST::c); // m 70 corr._dotDClk /= (t_CST::c * 1.e3); // mm/s 71 corr._dotDotDClk /= (t_CST::c * 1.e3); // mm/s² 72 72 73 73 corrList.push_back(corr);
Note:
See TracChangeset
for help on using the changeset viewer.