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


Ignore:
Timestamp:
Jan 14, 2022, 10:11:26 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9600 r9601  
    267267    // ----------------------------
    268268
    269     if (OPT->_obsModelType == OPT->DCMcodeBias ||
    270         OPT->_obsModelType == OPT->DCMphaseBias) {
     269    if (!preProcessing &&
     270        (OPT->_obsModelType == OPT->DCMcodeBias ||
     271        OPT->_obsModelType == OPT->DCMphaseBias)) {
    271272      if (nSat < 2.0) {
    272273        LOG << " number of observations < 2\n";
Note: See TracChangeset for help on using the changeset viewer.