Changeset 9686 in ntrip for trunk


Ignore:
Timestamp:
Apr 12, 2022, 9:32:52 AM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/satObs.cpp

    r9685 r9686  
    6767      corr._prn.setFlags(1);// I/NAV
    6868    }
    69     corr._dClk       /= (t_CST::c);       // m
    70     corr._dotDClk    /= (t_CST::c * 1.e3);// mm/s
    71     corr._dotDotDClk /= (t_CST::c * 1.e3);// mm/s²
     69    corr._dClk       /= (t_CST::c);        // m
     70    corr._dotDClk    /= (t_CST::c * 1.e3); // mm/s
     71    corr._dotDotDClk /= (t_CST::c * 1.e3); // mm/s²
    7272
    7373    corrList.push_back(corr);
Note: See TracChangeset for help on using the changeset viewer.