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


Ignore:
Timestamp:
Jan 4, 2022, 2:50:21 PM (2 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

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

    r9581 r9583  
    523523      // use observations only if satellite code biases are available
    524524      // ------------------------------------------------------------
    525       //useObsWithCodeBiasesOnly(_obsRover);
     525      useObsWithCodeBiasesOnly(_obsRover);
    526526
    527527      if (int(_obsRover.size()) < _opt->_minObs) {
     
    719719          continue;
    720720        }
    721         if (satObs->prn().system() == sys && 
    722         !_historicalRefSats[sys].contains(satObs->prn())) {
     721        if (satObs->prn().system() == sys &&
     722            !_historicalRefSats[sys].contains(satObs->prn())) {
    723723          obsVector[ii]->setAsReference();
    724724          refSat->setPrn(satObs->prn());
Note: See TracChangeset for help on using the changeset viewer.