Changeset 10631 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Mar 17, 2025, 5:02:04 PM (2 days ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10621 r10631  
    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.