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


Ignore:
Timestamp:
Apr 21, 2023, 11:48:24 AM (12 months ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

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

    r10029 r10034  
    215215      }
    216216    }
    217     else if (settings.value("PPP/modelObs").toString() == "DCM with Code Biases") {
    218       opt->_obsModelType = t_pppOptions::DCMcodeBias;
    219       opt->_refSatRequired = true;
    220     }
    221     else if (settings.value("PPP/modelObs").toString() == "DCM with Phase Biases") {
    222       opt->_obsModelType = t_pppOptions::DCMphaseBias;
    223       opt->_refSatRequired = true;
    224     }
    225217#endif
    226218    // GPS
Note: See TracChangeset for help on using the changeset viewer.