Changeset 10169 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Aug 23, 2023, 7:18:41 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r10168 r10169 275 275 obs->setOutlier(); 276 276 } 277 addNoiseToPar(t_pppParam::ion, par->prn(), 0.001);278 277 } 279 278 else { … … 392 391 } 393 392 t_lc::type tLC = par->tLC(); 394 if (tLC != lc) {continue;}393 // if (tLC != lc) {continue;} 395 394 LOG << string(_epoTime) << " RESET " << par->toString() << endl; 396 395 delete par; par = new t_pppParam(t_pppParam::amb, prn, tLC, &obsVector);
Note:
See TracChangeset
for help on using the changeset viewer.