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


Ignore:
Timestamp:
Mar 20, 2023, 2:10:04 PM (13 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10006 r10015  
    670670        }
    671671      }
    672 
    673       if (_opt->_refSatRequired) {
    674         if (handleRefSatellites(_obsRover) != success) {
    675           return finish(failure,6);
    676         }
    677         if (_obsPool->refSatChanged()) {
    678           LOG << "t_pppFilter: refSatChanged()" << endl;
    679           epochReProcessing = true;
    680           continue;
    681         }
    682       }
    683 
    684672      // use observations only if satellite code biases are available
    685673      // ------------------------------------------------------------
     
    688676           OPT->_obsModelType == OPT->DCMphaseBias)) {
    689677        useObsWithCodeBiasesOnly(_obsRover);
     678      }
     679
     680      if (_opt->_refSatRequired) {
     681        if (handleRefSatellites(_obsRover) != success) {
     682          return finish(failure,6);
     683        }
     684        if (_obsPool->refSatChanged()) {
     685          LOG << "t_pppFilter: refSatChanged()" << endl;
     686          epochReProcessing = true;
     687          continue;
     688        }
    690689      }
    691690
Note: See TracChangeset for help on using the changeset viewer.