Changeset 9601 in ntrip


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

minor changes

Location:
trunk/BNC/src/PPP
Files:
2 edited

Legend:

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

    r9600 r9601  
    523523      // use observations only if satellite code biases are available
    524524      // ------------------------------------------------------------
    525       if (!_opt->_corrMount.empty()) {
     525      if (!_opt->_corrMount.empty()&&
     526          (OPT->_obsModelType == OPT->DCMcodeBias ||
     527           OPT->_obsModelType == OPT->DCMphaseBias)) {
    526528        useObsWithCodeBiasesOnly(_obsRover);
    527529      }
  • 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.