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


Ignore:
Timestamp:
Jan 10, 2022, 1:31:37 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.