Changeset 9584 in ntrip for trunk/BNC/src/PPP/pppClient.cpp


Ignore:
Timestamp:
Jan 5, 2022, 11:00:26 AM (2 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppClient.cpp

    r9583 r9584  
    479479        if(_filter->datumTransformation(_refSatMap) != success) {
    480480          LOG << "t_pppFilter::datumTransformation() != success" << endl;
    481           reset();
    482481          return finish(failure,1);
    483482        }
     
    523522      // use observations only if satellite code biases are available
    524523      // ------------------------------------------------------------
    525       useObsWithCodeBiasesOnly(_obsRover);
     524      if (!_opt->_corrMount.empty()) {
     525        useObsWithCodeBiasesOnly(_obsRover);
     526      }
    526527
    527528      if (int(_obsRover.size()) < _opt->_minObs) {
Note: See TracChangeset for help on using the changeset viewer.