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


Ignore:
Timestamp:
Feb 18, 2022, 9:36:31 AM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9618 r9625  
    270270      return failure;
    271271    }
    272    
     272
    273273    if ((!iOutlier) &&
    274274        (OPT->_obsModelType == OPT->DCMcodeBias ||
     
    791791    if (refPrnNew != refPrnOld) {
    792792      t_irc irc = resetAmb(refPrnOld, allObs);
    793       if (OPT->_obsModelType == OPT->DCMcodeBias) {
    794         if (irc == success) {addNoiseToIono(sys);}
    795       }
     793      //if (OPT->_obsModelType == OPT->DCMcodeBias) {if (irc == success) {addNoiseToIono(sys);}}
    796794    }
    797795  }
Note: See TracChangeset for help on using the changeset viewer.