Changeset 9974 in ntrip


Ignore:
Timestamp:
Feb 22, 2023, 2:27:17 PM (14 months ago)
Author:
stuerze
Message:

minor changes for test

File:
1 edited

Legend:

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

    r9973 r9974  
    362362            << maxOutlier << endl;
    363363        if (par) {
    364           if ( par->ambResetCandidate() ||
    365               (OPT->_obsModelType == OPT->DCMcodeBias ||
    366                OPT->_obsModelType == OPT->DCMphaseBias) ) {
     364          //if ( par->ambResetCandidate() || (OPT->_obsModelType == OPT->DCMcodeBias ||    OPT->_obsModelType == OPT->DCMphaseBias) ) {
    367365            resetAmb(par->prn(), obsVector, &QSav, &xSav);
    368           }
    369           else {
    370             par->setAmbResetCandidate();
    371             obs->setOutlier();
    372           }
     366          //}
     367          //else {
     368          //  par->setAmbResetCandidate();
     369          //  obs->setOutlier();
     370          //}
    373371        }
    374372        else {
Note: See TracChangeset for help on using the changeset viewer.