Changeset 10253 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Nov 21, 2023, 11:04:16 AM (6 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10251 r10253  
    267267      }
    268268      if (par) {
    269         if (par->ambResetCandidate()) {
     269//        if (par->ambResetCandidate()) {
    270270          resetAmb(obs->prn(), obsVector, maxOutlierLC, &QSav, &xSav);
    271271          adjustNoise(t_pppParam::ion, obs->prn(), 0.1, &QSav);
    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.