Changeset 6116 in ntrip
- Timestamp:
- Sep 8, 2014, 6:18:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r6107 r6116 274 274 275 275 retVal = sqrt(retVal); 276 277 // De-Weight GLONASS 278 // ----------------- 279 if (_prn.system() == 'R') { 280 retVal *= 5.0; 281 } 276 282 277 283 // Elevation-Dependent Weighting
Note:
See TracChangeset
for help on using the changeset viewer.