Changeset 9671 in ntrip for branches/BNC_2.12/src/combination
- Timestamp:
- Apr 4, 2022, 2:16:06 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/combination/bnccomb.cpp
r9269 r9671 142 142 _cmbSampl = settings.value("cmbSampl").toInt(); 143 143 if (_cmbSampl <= 0) { 144 _cmbSampl = 10;144 _cmbSampl = 5; 145 145 } 146 146 … … 180 180 _ssrCorr = new SsrCorrIgs(); 181 181 } 182 182 183 183 _rtnetDecoder = 0; 184 184 … … 410 410 else { 411 411 QMap<t_prn, t_orbCorr>& storage = _orbCorrections[acName]; 412 if (!storage.contains(clkCorr._prn) || 412 if (!storage.contains(clkCorr._prn) || 413 413 storage[clkCorr._prn]._iod != newCorr->_iod) { 414 414 delete newCorr;
Note:
See TracChangeset
for help on using the changeset viewer.