Changeset 10602 in ntrip for trunk


Ignore:
Timestamp:
Jan 31, 2025, 10:50:55 PM (12 hours ago)
Author:
stuerze
Message:

changes regarding PPP

File:
1 edited

Legend:

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

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