Changeset 8374 in ntrip for trunk/BNC/src/latencychecker.cpp


Ignore:
Timestamp:
Jun 15, 2018, 8:07:25 AM (6 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r8372 r8374  
    329329      l._newSec = static_cast<int>(nint(obs._time.gpssec()*10));
    330330      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)) {
    332332          if (l._numLat > 0) {
    333333            if (l._meanDiff > 0.0) {
Note: See TracChangeset for help on using the changeset viewer.