Changeset 6513 in ntrip


Ignore:
Timestamp:
Dec 29, 2014, 6:00:05 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6512 r6513  
    5959   
    6060    in >> corr._prn >> corr._iod >> corr._dClk >> corr._dotDClk >> corr._dotDotDClk;
     61
     62    corr._dClk       /= t_CST::c;
     63    corr._dotDClk    /= t_CST::c;
     64    corr._dotDotDClk /= t_CST::c;
    6165
    6266    corrList.push_back(corr);
Note: See TracChangeset for help on using the changeset viewer.