Changeset 9576 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Dec 16, 2021, 8:52:41 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r9575 r9576 315 315 // ---------------------- 316 316 if (_prn.system() == 'R' && 317 (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) {317 (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) { 318 318 retVal *= 10.0; 319 319 } 320 320 321 if (_prn.system() == 'C' && t_lc::includesCode(tLC)) { 321 if (_prn.system() == 'C' && 322 (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) { 322 323 retVal *= 2.0; 323 324 }
Note:
See TracChangeset
for help on using the changeset viewer.