Changeset 9684 in ntrip for trunk/BNC/src
- Timestamp:
- Apr 8, 2022, 10:13:45 PM (3 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncbiassinex.cpp
r9681 r9684 70 70 << timeStrEnd.toLatin1().data() 71 71 << " ns " 72 << setw(21) << setprecision(4) << (bias / t_CST::c) * 1.e972 << setw(21) << setprecision(4) << (bias * 1.e9 / t_CST::c) 73 73 << endl; 74 74 -
trunk/BNC/src/combination/bncbiassnx.cpp
r9680 r9684 148 148 // ------------------------- 149 149 if (unit.contains("ns")) { 150 value /= 1.e9; // from nano seconds into seconds and 151 value *= t_CST::c; // from seconds into meters 150 // from nano seconds into meters 151 value *= t_CST::c; 152 value /= 1.e9; 152 153 } 153 154
Note:
See TracChangeset
for help on using the changeset viewer.