Changeset 8375 in ntrip


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

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/latencychecker.cpp

    r8373 r8375  
    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 
    333333          if (l._numLat > 0) {
Note: See TracChangeset for help on using the changeset viewer.