Changeset 10183 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Aug 24, 2023, 10:06:06 PM (9 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10175 r10183  
    268268      }
    269269      if (par) {
    270 //        if (par->ambResetCandidate()) {
     270        if (par->ambResetCandidate()) {
    271271          resetAmb(par->prn(), obsVector, maxOutlierLC, &QSav, &xSav);
    272 //        }
    273 //        else {
    274 //          par->setAmbResetCandidate();
    275 //          obs->setOutlier();
    276 //        }
     272        }
     273        else {
     274          par->setAmbResetCandidate();
     275          obs->setOutlier();
     276        }
    277277      }
    278278      else {
     
    391391      }
    392392      t_lc::type tLC = par->tLC();
    393       if (tLC != lc) {continue;}
     393//      if (tLC != lc) {continue;}
    394394      LOG << string(_epoTime) << " RESET " << par->toString() << endl;
    395395      delete par; par = new t_pppParam(t_pppParam::amb, prn, tLC, &obsVector);
Note: See TracChangeset for help on using the changeset viewer.