Changeset 9634 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Feb 24, 2022, 5:06:06 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r9633 r9634 346 346 347 347 // De-Weight GLONASS 348 /* ----------------- 349 if (_prn.system() == 'R' && t_lc::includesCode(tLC)) { 350 retVal *= 2.0; 351 } 352 */ 348 // ----------------- 349 if (_prn.system() == 'R') { 350 retVal *= 5.0; 351 } 353 352 354 353 // Elevation-Dependent Weighting
Note:
See TracChangeset
for help on using the changeset viewer.