- Timestamp:
- Jun 15, 2018, 8:07:25 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/latencychecker.cpp
r8372 r8374 329 329 l._newSec = static_cast<int>(nint(obs._time.gpssec()*10)); 330 330 if (l._newSec > l._oldSec && !wrongObservationEpoch) { 331 if (l._newSec % _miscIntr< l._oldSec % (_miscIntr * 10)) {331 if (l._newSec % (_miscIntr * 10) < l._oldSec % (_miscIntr * 10)) { 332 332 if (l._numLat > 0) { 333 333 if (l._meanDiff > 0.0) {
Note:
See TracChangeset
for help on using the changeset viewer.