- Timestamp:
- Aug 7, 2014, 1:13:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppThread.cpp
r5850 r5854 221 221 } 222 222 223 // Process the oldest epoch 223 // Process the oldest epochs 224 224 // ------------------------ 225 while (_epoData.size() && _epoData.front()->_time < _lastClkCorrTime ) {225 while (_epoData.size() && _epoData.front()->_time < _lastClkCorrTime + 10.0) { 226 226 227 227 const vector<t_satObs*>& satObs = _epoData.front()->_satObs;
Note:
See TracChangeset
for help on using the changeset viewer.