Changeset 9260 in ntrip for trunk/BNC/src/bncephuser.cpp


Ignore:
Timestamp:
Nov 18, 2020, 10:03:51 AM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9245 r9260  
    314314    }
    315315
    316     if (diff < MAXDIFF && diffC < MAXDIFF) {
     316    if (diff < MAXDIFF || diffC < MAXDIFF) {
    317317      if (dt != 0.0) {
    318         if (diff < MINDIFF && diffC < MINDIFF &&
    319             ephL->checkState() == t_eph::ok) {
     318        if (diff < MINDIFF && diffC < MINDIFF && ephL->checkState() == t_eph::ok) {
    320319          // to prevent the same data sets with different TOC values
    321320          eph->setCheckState(t_eph::bad);
Note: See TracChangeset for help on using the changeset viewer.