Changeset 9680 in ntrip


Ignore:
Timestamp:
Apr 8, 2022, 9:49:44 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bncbiassnx.cpp

    r9677 r9680  
    148148      // -------------------------
    149149      if (unit.contains("ns")) {
    150         value /= 1.0e+9;   // from nano seconds into seconds and
     150        value /= 1.e9;   // from nano seconds into seconds and
    151151        value *= t_CST::c; // from seconds into meters
    152152      }
Note: See TracChangeset for help on using the changeset viewer.