Ignore:
Timestamp:
Apr 11, 2022, 2:52:54 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9684 r9685  
    149149      if (unit.contains("ns")) {
    150150        // from nano seconds into meters
     151        value /= 1.e9;
    151152        value *= t_CST::c;
    152         value /= 1.e9;
     153
    153154      }
    154155
Note: See TracChangeset for help on using the changeset viewer.