Changeset 9594 in ntrip


Ignore:
Timestamp:
Jan 10, 2022, 12:51:01 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

    r9590 r9594  
    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 || OPT->_obsModelType == OPT->DCMphaseBias)) {
    526527        useObsWithCodeBiasesOnly(_obsRover);
    527528      }
  • trunk/BNC/src/PPP/pppSatObs.cpp

    r9593 r9594  
    315315  /* -----------------
    316316  if (_prn.system() == 'R') {
    317     retVal *= 2.0;
     317    retVal *= 5.0;
    318318  }*/
    319 
    320319
    321320  // Elevation-Dependent Weighting
Note: See TracChangeset for help on using the changeset viewer.