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


Ignore:
Timestamp:
Nov 24, 2021, 11:33:13 AM (2 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

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

    r9538 r9552  
    409409    opt->_maxResC1    = settings.value("PPP/maxResC1").toDouble(); if (opt->_maxResC1 <= 0.0) opt->_maxResC1 = 3.0;
    410410    opt->_maxResL1    = settings.value("PPP/maxResL1").toDouble(); if (opt->_maxResL1 <= 0.0) opt->_maxResL1 = 0.03;
     411    opt->_maxResGIM   = settings.value("PPP/maxResGIM").toDouble(); if (opt->_maxResGIM <= 0.0) opt->_maxResGIM = 6.0;
    411412    opt->_eleWgtCode  = (settings.value("PPP/eleWgtCode").toInt() != 0);
    412413    opt->_eleWgtPhase = (settings.value("PPP/eleWgtPhase").toInt() != 0);
Note: See TracChangeset for help on using the changeset viewer.