Changeset 9684 in ntrip for trunk/BNC/src/combination
- Timestamp:
- Apr 8, 2022, 10:13:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.