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


Ignore:
Timestamp:
Mar 2, 2022, 3:14:30 PM (2 years ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

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

    r9634 r9637  
    344344
    345345  retVal = sqrt(retVal);
    346 
    347   // De-Weight GLONASS
    348   // -----------------
    349   if (_prn.system() == 'R') {
    350     retVal *= 5.0;
    351   }
    352346
    353347  // Elevation-Dependent Weighting
Note: See TracChangeset for help on using the changeset viewer.