Changeset 10169 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Aug 23, 2023, 7:18:41 AM (9 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10168 r10169  
    275275          obs->setOutlier();
    276276        }
    277         addNoiseToPar(t_pppParam::ion, par->prn(), 0.001);
    278277      }
    279278      else {
     
    392391      }
    393392      t_lc::type tLC = par->tLC();
    394       if (tLC != lc) {continue;}
     393//      if (tLC != lc) {continue;}
    395394      LOG << string(_epoTime) << " RESET " << par->toString() << endl;
    396395      delete par; par = new t_pppParam(t_pppParam::amb, prn, tLC, &obsVector);
Note: See TracChangeset for help on using the changeset viewer.