Changeset 9549 in ntrip for trunk/BNC


Ignore:
Timestamp:
Nov 19, 2021, 10:32:42 AM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9548 r9549  
    588588      if ((par->type() == t_pppParam::ion) &&
    589589          (lostSats.contains(par->prn()) || (epoTime - par->lastObsTime() > 0.0))) {
     590#ifdef BNC_DEBUG_PPP
    590591        LOG << "remove1 " << par->toString() << std::endl;
     592#endif
    591593        delete par;
    592594        it = _params.erase(it);
Note: See TracChangeset for help on using the changeset viewer.