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


Ignore:
Timestamp:
Mar 22, 2023, 10:28:06 PM (13 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10009 r10018  
    465465    if (remove) {
    466466#ifdef BNC_DEBUG_PPP
    467       LOG << "remove0 " << par->toString() << std::endl;
     467//      LOG << "remove0 " << par->toString() << std::endl;
    468468#endif
    469469      delete par;
     
    521521          (!par->lastObsTime().valid() || (epoTime - par->lastObsTime() > 0.0))) {
    522522#ifdef BNC_DEBUG_PPP
    523         LOG << "remove1 " << par->toString() << std::endl;
     523//        LOG << "remove1 " << par->toString() << std::endl;
    524524#endif
    525525        lostSats.append(par->prn());
     
    534534                par->type() == t_pppParam::pBiasG2) && !usedSystems().contains('G')) {
    535535#ifdef BNC_DEBUG_PPP
    536         LOG << "remove1 " << par->toString() << std::endl;
     536        //LOG << "remove1 " << par->toString() << std::endl;
    537537#endif
    538538        delete par;
     
    544544                par->type() == t_pppParam::pBiasR2) && !usedSystems().contains('R')) {
    545545#ifdef BNC_DEBUG_PPP
    546         LOG << "remove1 " << par->toString() << std::endl;
     546//        LOG << "remove1 " << par->toString() << std::endl;
    547547#endif
    548548        delete par;
     
    554554                par->type() == t_pppParam::pBiasE2) && !usedSystems().contains('E')) {
    555555#ifdef BNC_DEBUG_PPP
    556         LOG << "remove1 " << par->toString() << std::endl;
     556//        LOG << "remove1 " << par->toString() << std::endl;
    557557#endif
    558558        delete par;
     
    564564                par->type() == t_pppParam::pBiasC2) && !usedSystems().contains('C')) {
    565565#ifdef BNC_DEBUG_PPP
    566         LOG << "remove1 " << par->toString() << std::endl;
     566//        LOG << "remove1 " << par->toString() << std::endl;
    567567#endif
    568568        delete par;
     
    581581          (lostSats.contains(par->prn()) || (epoTime - par->lastObsTime() > 0.0))) {
    582582#ifdef BNC_DEBUG_PPP
    583         LOG << "remove1 " << par->toString() << std::endl;
     583        //LOG << "remove1 " << par->toString() << std::endl;
    584584#endif
    585585        delete par;
     
    761761    else {
    762762#ifdef BNC_DEBUG_PPP
    763       LOG << "push_back  parReq " << parReq->toString() << std::endl;
     763//      LOG << "push_back  parReq " << parReq->toString() << std::endl;
    764764#endif
    765765      _params.push_back(parReq);
Note: See TracChangeset for help on using the changeset viewer.