Changeset 9491 in ntrip


Ignore:
Timestamp:
Aug 4, 2021, 11:53:28 AM (3 years ago)
Author:
stuerze
Message:

minor changes regarding PPP

File:
1 edited

Legend:

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

    r9435 r9491  
    394394      }
    395395      if (preProcessing) {
    396         // for refSats  no ambiguity parameter exists
     396        // for refSats no ambiguity parameter exists
    397397         if ((obs->prn() == refPrn) &&
    398398             (t_lc::toString(maxOutlierLC) == "l1" ||
    399399              t_lc::toString(maxOutlierLC) == "l2") ) {
    400400           _obsPool->setRefSatChangeRequired(sys, true);
     401           break;
    401402         }
    402403         else {
     
    456457                                    const t_prn& refPrn,
    457458                                    bool preProcessing) {
    458 
    459459  const double SLIP = 20.0;
    460460  char sys = refPrn.system();
Note: See TracChangeset for help on using the changeset viewer.