Changeset 5854 in ntrip for trunk/BNC/src/PPP/pppThread.cpp


Ignore:
Timestamp:
Aug 7, 2014, 1:13:02 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5850 r5854  
    221221  }
    222222
    223   // Process the oldest epoch
     223  // Process the oldest epochs
    224224  // ------------------------
    225   while (_epoData.size() && _epoData.front()->_time < _lastClkCorrTime) {
     225  while (_epoData.size() && _epoData.front()->_time < _lastClkCorrTime + 10.0) {
    226226
    227227    const vector<t_satObs*>& satObs = _epoData.front()->_satObs;
Note: See TracChangeset for help on using the changeset viewer.