Changeset 10573 in ntrip for trunk/BNC/src/PPP/pppSatObs.cpp
- Timestamp:
- Oct 29, 2024, 1:34:59 PM (8 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r10548 r10573 352 352 retVal = sqrt(retVal); 353 353 354 // De-Weight R /C354 // De-Weight R 355 355 // ----------- 356 if (_prn.system() == 'R' ) {356 if (_prn.system() == 'R'&& t_lc::includesCode(tLC)) { 357 357 retVal *= 5.0; 358 358 } … … 393 393 394 394 retVal = sqrt(retVal); 395 396 // De-Weight R 397 // ----------- 398 if (_prn.system() == 'R'&& t_lc::includesCode(tLC)) { 399 retVal *= 5.0; 400 } 395 401 396 402 return retVal;
Note:
See TracChangeset
for help on using the changeset viewer.