- Timestamp:
- Nov 19, 2021, 10:32:42 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppParlist.cpp
r9548 r9549 588 588 if ((par->type() == t_pppParam::ion) && 589 589 (lostSats.contains(par->prn()) || (epoTime - par->lastObsTime() > 0.0))) { 590 #ifdef BNC_DEBUG_PPP 590 591 LOG << "remove1 " << par->toString() << std::endl; 592 #endif 591 593 delete par; 592 594 it = _params.erase(it);
Note:
See TracChangeset
for help on using the changeset viewer.