Changeset 9562 in ntrip for trunk/BNC/src/PPP/pppFilter.cpp


Ignore:
Timestamp:
Dec 3, 2021, 3:25:41 PM (2 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

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

    r9557 r9562  
    355355          if (par) {
    356356            par->setAmbResetCandidate();
     357            obs->setOutlier();
     358          }
     359          else {
     360            obs->setOutlier();
    357361          }
    358362        }
     
    782786  _xFlt =  _datumTrafo->D21() * xFltOld;
    783787
    784 #ifdef BNC_DEBUG_PPP
    785   //LOG << "xFltOld:\n" << xFltOld << endl;
    786   //LOG << "xFlt   :\n" << _xFlt   << endl;
    787 #endif
     788//#ifdef BNC_DEBUG_PPP
     789  LOG << "xFltOld:\n" << xFltOld << endl;
     790  LOG << "xFlt   :\n" << _xFlt   << endl;
     791//#endif
    788792
    789793  // Reset Ambiguities after Datum Transformation
Note: See TracChangeset for help on using the changeset viewer.