Changeset 10167 in ntrip
- Timestamp:
- Aug 22, 2023, 10:20:04 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r10166 r10167 268 268 } 269 269 if (par) { 270 if (par->ambResetCandidate()) {270 // if (par->ambResetCandidate()) { 271 271 resetAmb(par->prn(), obsVector, maxOutlierLC, &QSav, &xSav); 272 }273 else {274 par->setAmbResetCandidate();275 obs->setOutlier();276 }272 // } 273 // else { 274 // par->setAmbResetCandidate(); 275 // obs->setOutlier(); 276 // } 277 277 } 278 278 else {
Note:
See TracChangeset
for help on using the changeset viewer.