Changeset 9680 in ntrip
- Timestamp:
- Apr 8, 2022, 9:49:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bncbiassnx.cpp
r9677 r9680 148 148 // ------------------------- 149 149 if (unit.contains("ns")) { 150 value /= 1. 0e+9; // from nano seconds into seconds and150 value /= 1.e9; // from nano seconds into seconds and 151 151 value *= t_CST::c; // from seconds into meters 152 152 }
Note:
See TracChangeset
for help on using the changeset viewer.