Changeset 9684 in ntrip for trunk/BNC/src/combination


Ignore:
Timestamp:
Apr 8, 2022, 10:13:45 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9680 r9684  
    148148      // -------------------------
    149149      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;
    152153      }
    153154
Note: See TracChangeset for help on using the changeset viewer.