Changeset 9584 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Jan 5, 2022, 11:00:26 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.cpp
r9583 r9584 479 479 if(_filter->datumTransformation(_refSatMap) != success) { 480 480 LOG << "t_pppFilter::datumTransformation() != success" << endl; 481 reset();482 481 return finish(failure,1); 483 482 } … … 523 522 // use observations only if satellite code biases are available 524 523 // ------------------------------------------------------------ 525 useObsWithCodeBiasesOnly(_obsRover); 524 if (!_opt->_corrMount.empty()) { 525 useObsWithCodeBiasesOnly(_obsRover); 526 } 526 527 527 528 if (int(_obsRover.size()) < _opt->_minObs) {
Note:
See TracChangeset
for help on using the changeset viewer.