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


Ignore:
Timestamp:
Dec 14, 2021, 1:10:26 PM (2 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

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

    r9562 r9565  
    412412    opt->_maxResC1    = settings.value("PPP/maxResC1").toDouble(); if (opt->_maxResC1 <= 0.0) opt->_maxResC1 = 3.0;
    413413    opt->_maxResL1    = settings.value("PPP/maxResL1").toDouble(); if (opt->_maxResL1 <= 0.0) opt->_maxResL1 = 0.03;
    414     opt->_maxResGIM   = settings.value("PPP/maxResGIM").toDouble(); if (opt->_maxResGIM <= 0.0) opt->_maxResGIM = 6.0;
     414    opt->_maxResGIM   = settings.value("PPP/maxResGIM").toDouble(); if (opt->_maxResGIM <= 0.0) opt->_maxResGIM = 3.0;
    415415    opt->_eleWgtCode  = (settings.value("PPP/eleWgtCode").toInt() != 0);
    416416    opt->_eleWgtPhase = (settings.value("PPP/eleWgtPhase").toInt() != 0);
Note: See TracChangeset for help on using the changeset viewer.