Changeset 10603 in ntrip for trunk/BNC/src/PPP/pppFilter.cpp
- Timestamp:
- Feb 4, 2025, 4:46:08 PM (26 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r10602 r10603 266 266 } 267 267 if (par) { 268 if (par->ambResetCandidate()) { 269 resetAmb(obs->prn(), obsVector, maxOutlierLC, &QSav, &xSav); 270 } else { 271 par->setAmbResetCandidate(); 272 obs->setOutlier(); 273 } 268 resetAmb(obs->prn(), obsVector, maxOutlierLC, &QSav, &xSav); 274 269 } 275 270 else {
Note:
See TracChangeset
for help on using the changeset viewer.