Changeset 9595 in ntrip


Ignore:
Timestamp:
Jan 10, 2022, 1:31:37 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

    r9594 r9595  
    523523      // use observations only if satellite code biases are available
    524524      // ------------------------------------------------------------
    525       if (!_opt->_corrMount.empty() &&
    526           (OPT->_obsModelType == OPT->DCMcodeBias || OPT->_obsModelType == OPT->DCMphaseBias)) {
     525      if (!_opt->_corrMount.empty()) {
    527526        useObsWithCodeBiasesOnly(_obsRover);
    528527      }
  • trunk/BNC/src/PPP/pppSatObs.cpp

    r9594 r9595  
    313313
    314314  // De-Weight GLONASS
    315   /* -----------------
    316   if (_prn.system() == 'R') {
     315  // -----------------
     316  if (_prn.system() == 'R' &&  t_lc::includesCode(tLC)) {
    317317    retVal *= 5.0;
    318   }*/
     318  }
    319319
    320320  // Elevation-Dependent Weighting
Note: See TracChangeset for help on using the changeset viewer.