Changeset 9659 in ntrip for trunk/BNC/src/PPP/pppSatObs.cpp


Ignore:
Timestamp:
Mar 16, 2022, 2:39:32 PM (2 years ago)
Author:
stuerze
Message:

minor changes regarding PPP

File:
1 edited

Legend:

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

    r9657 r9659  
    347347  // De-Weight GLONASS
    348348  // -----------------
    349   if (_prn.system() == 'R') {
    350     retVal *= 2.0;
     349  if (_prn.system() == 'R' &&
     350      (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) {
     351    retVal *= 5.0;
    351352  }
    352353
Note: See TracChangeset for help on using the changeset viewer.