Changeset 10191 in ntrip


Ignore:
Timestamp:
Aug 31, 2023, 10:51:58 AM (8 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10190 r10191  
    268268      }
    269269      if (par) {
    270         if (par->ambResetCandidate()) {
     270//        if (par->ambResetCandidate()) {
    271271          resetAmb(par->prn(), obsVector, maxOutlierLC, &QSav, &xSav);
    272         }
    273         else {
    274           par->setAmbResetCandidate();
    275           obs->setOutlier();
    276         }
     272//        }
     273//        else {
     274//          par->setAmbResetCandidate();
     275//          obs->setOutlier();
     276//        }
    277277      }
    278278      else {
Note: See TracChangeset for help on using the changeset viewer.