Changeset 8438 in ntrip for branches


Ignore:
Timestamp:
Aug 9, 2018, 11:33:45 AM (6 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/rinex/reqcedit.cpp

    r8398 r8438  
    642642      break;
    643643    }
    644     if (eph->checkState() != t_eph::bad) {
     644    if (eph->checkState() == t_eph::bad) {
    645645      continue;
    646     }   
     646    }
    647647    outNavFile.writeEph(eph);
    648648  }
Note: See TracChangeset for help on using the changeset viewer.