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


Ignore:
Timestamp:
Feb 4, 2025, 4:46:08 PM (26 hours ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10602 r10603  
    266266      }
    267267      if (par) {
    268         if (par->ambResetCandidate()) {
    269           resetAmb(obs->prn(), obsVector, maxOutlierLC, &QSav, &xSav);
    270         } else {
    271           par->setAmbResetCandidate();
    272           obs->setOutlier();
    273         }
     268        resetAmb(obs->prn(), obsVector, maxOutlierLC, &QSav, &xSav);
    274269      }
    275270      else {
Note: See TracChangeset for help on using the changeset viewer.