Changeset 9570 in ntrip


Ignore:
Timestamp:
Dec 16, 2021, 12:09:18 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9562 r9570  
    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.