Changeset 8438 in ntrip for branches/BNC_2.12/src
- Timestamp:
- Aug 9, 2018, 11:33:45 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/rinex/reqcedit.cpp
r8398 r8438 642 642 break; 643 643 } 644 if (eph->checkState() != t_eph::bad) {644 if (eph->checkState() == t_eph::bad) { 645 645 continue; 646 } 646 } 647 647 outNavFile.writeEph(eph); 648 648 }
Note:
See TracChangeset
for help on using the changeset viewer.