Changeset 9552 in ntrip for trunk/BNC/src/pppMain.cpp
- Timestamp:
- Nov 24, 2021, 11:33:13 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/pppMain.cpp
r9538 r9552 409 409 opt->_maxResC1 = settings.value("PPP/maxResC1").toDouble(); if (opt->_maxResC1 <= 0.0) opt->_maxResC1 = 3.0; 410 410 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; 411 412 opt->_eleWgtCode = (settings.value("PPP/eleWgtCode").toInt() != 0); 412 413 opt->_eleWgtPhase = (settings.value("PPP/eleWgtPhase").toInt() != 0);
Note:
See TracChangeset
for help on using the changeset viewer.