- Timestamp:
- Jan 31, 2025, 10:50:55 PM (12 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r10601 r10602 266 266 } 267 267 if (par) { 268 resetAmb(obs->prn(), obsVector, maxOutlierLC, &QSav, &xSav); 268 if (par->ambResetCandidate()) { 269 resetAmb(obs->prn(), obsVector, maxOutlierLC, &QSav, &xSav); 270 } else { 271 par->setAmbResetCandidate(); 272 obs->setOutlier(); 273 } 269 274 } 270 275 else {
Note:
See TracChangeset
for help on using the changeset viewer.