Changeset 9570 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Dec 16, 2021, 12:09:18 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r9562 r9570 354 354 else { 355 355 if (par) { 356 par->setAmbResetCandidate();356 //par->setAmbResetCandidate(); 357 357 obs->setOutlier(); 358 358 } … … 366 366 << obs->prn().toString() << ' ' << setw(8) << setprecision(4) << maxOutlier << endl; 367 367 if (par) { 368 if (par->ambResetCandidate()) {368 //if (par->ambResetCandidate()) { 369 369 resetAmb(par->prn(), obsVector, &QSav, &xSav); 370 }371 else {372 par->setAmbResetCandidate();373 obs->setOutlier();374 }370 //} 371 //else { 372 //par->setAmbResetCandidate(); 373 //obs->setOutlier(); 374 //} 375 375 } 376 376 else {
Note:
See TracChangeset
for help on using the changeset viewer.