Changeset 9649 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Mar 11, 2022, 9:51:34 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r9647 r9649 344 344 345 345 retVal = sqrt(retVal); 346 347 // De-Weight GLONASS 348 // ----------------- 349 if (_prn.system() == 'R') { 350 retVal *= 5.0; 351 } 346 352 347 353 // Elevation-Dependent Weighting
Note:
See TracChangeset
for help on using the changeset viewer.