Changeset 10223 in ntrip for trunk/BNC/src/PPP


Ignore:
Timestamp:
Oct 9, 2023, 4:24:52 PM (7 months ago)
Author:
stuerze
Message:

minor changes regarding ppp

File:
1 edited

Legend:

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

    r10220 r10223  
    267267      }
    268268      if (par) {
    269         if (par->ambResetCandidate()) {
     269//        if (par->ambResetCandidate()) {
    270270          resetAmb(par->prn(), obsVector, maxOutlierLC, &QSav, &xSav);
    271         }
    272         else {
    273           par->setAmbResetCandidate();
    274           obs->setOutlier();
    275         }
     271//        }
     272//        else {
     273//          par->setAmbResetCandidate();
     274//          obs->setOutlier();
     275//        }
    276276      }
    277277      else {
Note: See TracChangeset for help on using the changeset viewer.