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


Ignore:
Timestamp:
Sep 8, 2014, 6:18:52 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6107 r6116  
    274274 
    275275  retVal = sqrt(retVal);   
     276
     277  // De-Weight GLONASS
     278  // -----------------
     279  if (_prn.system() == 'R') {
     280    retVal *= 5.0;
     281  }
    276282
    277283  // Elevation-Dependent Weighting
Note: See TracChangeset for help on using the changeset viewer.