Changeset 10334 in ntrip
- Timestamp:
- Feb 14, 2024, 8:27:08 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r10327 r10334 359 359 retVal *= GLO_WEIGHT_FACTOR; 360 360 } 361 361 if (_prn.system() == 'C' && t_lc::includesCode(tLC)) { 362 retVal *= BDS_WEIGHT_FACTOR; 363 } 362 364 363 365 // Elevation-Dependent Weighting … … 402 404 if (_prn.system() == 'R' && t_lc::includesCode(tLC)) { 403 405 retVal *= GLO_WEIGHT_FACTOR; 406 } 407 if (_prn.system() == 'C' && t_lc::includesCode(tLC)) { 408 retVal *= BDS_WEIGHT_FACTOR; 404 409 } 405 410
Note:
See TracChangeset
for help on using the changeset viewer.