Changeset 9577 in ntrip for trunk/BNC/src/PPP/pppFilter.cpp


Ignore:
Timestamp:
Dec 17, 2021, 8:58:51 AM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppFilter.cpp

    r9570 r9577  
    354354         else {
    355355          if (par) {
    356             //par->setAmbResetCandidate();
     356            par->setAmbResetCandidate();
    357357            obs->setOutlier();
    358358          }
     
    366366            << obs->prn().toString()  << ' ' << setw(8) << setprecision(4) << maxOutlier << endl;
    367367        if (par) {
    368           //if (par->ambResetCandidate()) {
     368          if (par->ambResetCandidate()) {
    369369            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          }
    375375        }
    376376        else {
Note: See TracChangeset for help on using the changeset viewer.