Changeset 5998 in ntrip for trunk/BNC/src/PPP/pppRun.cpp


Ignore:
Timestamp:
Aug 18, 2014, 9:47:43 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppRun.cpp

    r5991 r5998  
    398398        }
    399399        if (cc) {
    400           clkCorr.push_back(cc);       
     400          clkCorr.push_back(cc);
     401          _lastClkCorrValue[cc->_prn.toInt()] = cc->_dClk;
    401402          if (_lastClkCorrTime.undef() || cc->_time > _lastClkCorrTime) {
    402403            _lastClkCorrTime = cc->_time;
Note: See TracChangeset for help on using the changeset viewer.