Changeset 8998 in ntrip


Ignore:
Timestamp:
Jul 23, 2020, 11:23:59 PM (4 years ago)
Author:
stuerze
Message:

minor changes in PPP

File:
1 edited

Legend:

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

    r8965 r8998  
    314314  retVal = sqrt(retVal);
    315315
    316   // De-Weight GLONASS
    317   // -----------------
    318   if (_prn.system() == 'R') {
     316  // De-Weight GLONASS and BDS
     317  // --------------------------
     318  if (_prn.system() == 'R' ||
     319      _prn.system() == 'C') {
    319320    retVal *= 5.0;
    320321  }
Note: See TracChangeset for help on using the changeset viewer.