Changeset 10199 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Sep 10, 2023, 6:52:44 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r10198 r10199 192 192 // Check number of observations 193 193 // ---------------------------- 194 if ( nSat < OPT->_minObs) {194 if (!nSat) { 195 195 LOG << "t_pppFilter::processSystem not enough observations " << nSat << "\n"; 196 196 return failure;
Note:
See TracChangeset
for help on using the changeset viewer.