Changeset 10223 in ntrip for trunk/BNC/src
- Timestamp:
- Oct 9, 2023, 4:24:52 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r10220 r10223 267 267 } 268 268 if (par) { 269 if (par->ambResetCandidate()) {269 // if (par->ambResetCandidate()) { 270 270 resetAmb(par->prn(), obsVector, maxOutlierLC, &QSav, &xSav); 271 }272 else {273 par->setAmbResetCandidate();274 obs->setOutlier();275 }271 // } 272 // else { 273 // par->setAmbResetCandidate(); 274 // obs->setOutlier(); 275 // } 276 276 } 277 277 else {
Note:
See TracChangeset
for help on using the changeset viewer.