Changeset 9979 in ntrip for trunk


Ignore:
Timestamp:
Feb 25, 2023, 10:43:05 PM (14 months ago)
Author:
stuerze
Message:

minor changes for test

File:
1 edited

Legend:

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

    r9978 r9979  
    344344      }
    345345      if (preProcessing) {
    346         // for refSats no ambiguity parameter exists
     346        // for refSats no ambiguity parameters exist
    347347        if ((obs->prn() == refPrn)
    348348            && (t_lc::toString(maxOutlierLC) == "l1" ||
     
    354354              << ' ' << setw(8) << setprecision(4) << maxOutlier << endl;
    355355          break;
    356         } else {
    357           obs->setOutlier();
    358         }
     356        } //else {obs->setOutlier();}
    359357      } else {    // fin-processing
    360358        LOG << epoTimeStr << " Outlier " << t_lc::toString(maxOutlierLC) << ' '
     
    453451        }
    454452        // Check Pre-Fit Residuals
    455         // -----------------------
     453        /* -----------------------
    456454        else {
    457455          if (OPT->_obsModelType == OPT->DCMcodeBias || OPT->_obsModelType == OPT->DCMphaseBias) {
     
    473471            }
    474472          }
    475         }
     473        }*/
    476474      }
    477475    }
Note: See TracChangeset for help on using the changeset viewer.