Changeset 9418 in ntrip for trunk/BNC/src/pppMain.cpp


Ignore:
Timestamp:
Apr 26, 2021, 10:27:59 AM (3 years ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/pppMain.cpp

    r9386 r9418  
    189189#ifdef USE_PPP
    190190    // Pseudo Observations
    191     if      (settings.value("PPP/pseudoObs").toString() == "Troposphere") {
     191    if      (settings.value("PPP/pseudoObs").toString() == "no") {
     192      opt->_pseudoObsIono  = false;
     193      opt->_pseudoObsTropo = false;
     194    }
     195    else if (settings.value("PPP/pseudoObs").toString() == "Troposphere") {
    192196      opt->_pseudoObsIono  = false;
    193197      opt->_pseudoObsTropo = true;
Note: See TracChangeset for help on using the changeset viewer.