Changeset 10031 in ntrip for trunk/BNC/src/PPP/pppParlist.cpp


Ignore:
Timestamp:
Apr 14, 2023, 11:56:49 AM (13 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10023 r10031  
    506506          (!par->lastObsTime().valid() || (epoTime - par->lastObsTime() > 0.0))) {
    507507#ifdef BNC_DEBUG_PPP
    508 //        LOG << "remove1 " << par->toString() << std::endl;
     508        //LOG << "remove1 " << par->toString() << std::endl;
    509509#endif
    510510        lostSats.append(par->prn());
     
    519519                par->type() == t_pppParam::pBiasG2) && !usedSystems().contains('G')) {
    520520#ifdef BNC_DEBUG_PPP
    521         //LOG << "remove1 " << par->toString() << std::endl;
     521       //LOG << "remove1 " << par->toString() << std::endl;
    522522#endif
    523523        delete par;
     
    529529                par->type() == t_pppParam::pBiasR2) && !usedSystems().contains('R')) {
    530530#ifdef BNC_DEBUG_PPP
    531 //        LOG << "remove1 " << par->toString() << std::endl;
     531        //LOG << "remove1 " << par->toString() << std::endl;
    532532#endif
    533533        delete par;
     
    539539                par->type() == t_pppParam::pBiasE2) && !usedSystems().contains('E')) {
    540540#ifdef BNC_DEBUG_PPP
    541 //        LOG << "remove1 " << par->toString() << std::endl;
     541        //LOG << "remove1 " << par->toString() << std::endl;
    542542#endif
    543543        delete par;
     
    549549                par->type() == t_pppParam::pBiasC2) && !usedSystems().contains('C')) {
    550550#ifdef BNC_DEBUG_PPP
    551 //        LOG << "remove1 " << par->toString() << std::endl;
     551        //LOG << "remove1 " << par->toString() << std::endl;
    552552#endif
    553553        delete par;
     
    566566          (lostSats.contains(par->prn()) || (epoTime - par->lastObsTime() > 0.0))) {
    567567#ifdef BNC_DEBUG_PPP
    568         //LOG << "remove1 " << par->toString() << std::endl;
     568       //LOG << "remove1 " << par->toString() << std::endl;
    569569#endif
    570570        delete par;
     
    741741    else {
    742742#ifdef BNC_DEBUG_PPP
    743 //      LOG << "push_back  parReq " << parReq->toString() << std::endl;
     743      //LOG << "push_back  parReq " << parReq->toString() << std::endl;
    744744#endif
    745745      _params.push_back(parReq);
Note: See TracChangeset for help on using the changeset viewer.