Changeset 9601 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Jan 14, 2022, 10:11:26 PM (3 years ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.cpp
r9600 r9601 523 523 // use observations only if satellite code biases are available 524 524 // ------------------------------------------------------------ 525 if (!_opt->_corrMount.empty()) { 525 if (!_opt->_corrMount.empty()&& 526 (OPT->_obsModelType == OPT->DCMcodeBias || 527 OPT->_obsModelType == OPT->DCMphaseBias)) { 526 528 useObsWithCodeBiasesOnly(_obsRover); 527 529 } -
trunk/BNC/src/PPP/pppFilter.cpp
r9600 r9601 267 267 // ---------------------------- 268 268 269 if (OPT->_obsModelType == OPT->DCMcodeBias || 270 OPT->_obsModelType == OPT->DCMphaseBias) { 269 if (!preProcessing && 270 (OPT->_obsModelType == OPT->DCMcodeBias || 271 OPT->_obsModelType == OPT->DCMphaseBias)) { 271 272 if (nSat < 2.0) { 272 273 LOG << " number of observations < 2\n";
Note:
See TracChangeset
for help on using the changeset viewer.