Changeset 9557 in ntrip
- Timestamp:
- Dec 1, 2021, 3:30:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r9556 r9557 266 266 if (iObs == -1) {LOG << "iObs == -1\n"; 267 267 return failure; 268 }269 if (OPT->_obsModelType == OPT->DCMcodeBias ||270 OPT->_obsModelType == OPT->DCMphaseBias ||271 OPT->_pseudoObsIono) {272 double numSat = floor(iObs/2.0);273 if (numSat < 2.0) {274 LOG << sys << ": numsat " << numSat << " but at least 2 satellites would be required" << endl;275 return failure;276 }277 268 } 278 269
Note:
See TracChangeset
for help on using the changeset viewer.