Changeset 9667 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Mar 23, 2022, 9:44:34 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r9662 r9667 346 346 347 347 // De-Weight GLONASS 348 /* ----------------- 349 if (_prn.system() == 'R' && 350 (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) { 348 // ----------------- 349 if (_prn.system() == 'R') { 351 350 retVal *= 5.0; 352 }*/ 353 351 } 352 if (_prn.system() == 'C') { 353 retVal *= 2.0; 354 } 354 355 355 356 // Elevation-Dependent Weighting
Note:
See TracChangeset
for help on using the changeset viewer.