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


Ignore:
Timestamp:
Jan 23, 2022, 9:42:55 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9604 r9618  
    270270      return failure;
    271271    }
    272     if (!preProcessing &&
    273         (OPT->_obsModelType == OPT->DCMcodeBias ||
    274          OPT->_obsModelType == OPT->DCMphaseBias))  {
    275       if (nSat < 2.0) {
    276         LOG << " number of observations < 2\n";
    277         return failure;
    278       }
    279     }
    280 
     272   
    281273    if ((!iOutlier) &&
    282274        (OPT->_obsModelType == OPT->DCMcodeBias ||
     
    718710    for (unsigned jj = 0; jj < allObs.size(); jj++) {
    719711      if (allObs[jj]->prn().system() == sys) {
     712        allObs[jj]->resetOutlier();
    720713        obsVector.push_back(allObs[jj]);
    721714      }
Note: See TracChangeset for help on using the changeset viewer.