Changeset 9605 in ntrip for trunk/BNC/src
- Timestamp:
- Jan 17, 2022, 1:19:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r9604 r9605 346 346 retVal = sqrt(retVal); 347 347 348 // De-Weight GLONASS349 /* -----------------350 if (_prn.system() == 'R' && t_lc::includesCode(tLC)) {351 retVal *= 5.0;352 }*/353 354 348 // Elevation-Dependent Weighting 355 349 // ----------------------------- … … 388 382 retVal = sqrt(retVal); 389 383 390 if ( _prn.system() == 'R'&& t_lc::includesCode(tLC)) {384 if ((_prn.system() == 'R' || _prn.system() == 'C') && t_lc::includesCode(tLC)) { 391 385 if (OPT->_obsModelType == OPT->DCMphaseBias) { 392 386 retVal *= 5.0;
Note:
See TracChangeset
for help on using the changeset viewer.