Changeset 9685 in ntrip for trunk/BNC/src/combination
- Timestamp:
- Apr 11, 2022, 2:52:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bncbiassnx.cpp
r9684 r9685 149 149 if (unit.contains("ns")) { 150 150 // from nano seconds into meters 151 value /= 1.e9; 151 152 value *= t_CST::c; 152 value /= 1.e9; 153 153 154 } 154 155
Note:
See TracChangeset
for help on using the changeset viewer.