Changeset 9654 in ntrip for trunk/BNC/src/PPP


Ignore:
Timestamp:
Mar 14, 2022, 11:08:59 AM (2 years ago)
Author:
stuerze
Message:

minor changes regarding PPP

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

Legend:

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

    r9642 r9654  
    805805    t_prn refPrnNew = refSatMap[sys]->prn();
    806806    if (refPrnNew != refPrnOld) {
     807      resetAmb(refPrnOld, allObs);/*
    807808      if (resetAmb(refPrnOld, allObs) == success) {
    808809        if (OPT->_obsModelType == OPT->DCMcodeBias) {
     
    823824          }
    824825        }
    825       }
     826      }*/
    826827    }
    827828  }
  • trunk/BNC/src/PPP/pppSatObs.cpp

    r9649 r9654  
    344344
    345345  retVal = sqrt(retVal);
    346 
    347   // De-Weight GLONASS
    348   // -----------------
    349   if (_prn.system() == 'R') {
    350     retVal *= 5.0;
    351   }
    352346
    353347  // Elevation-Dependent Weighting
Note: See TracChangeset for help on using the changeset viewer.