Changeset 10484 in ntrip for trunk/BNC/src/combination/bnccomb.cpp
- Timestamp:
- May 8, 2024, 10:57:25 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10482 r10484 956 956 QMap<QString, cmbCorr*>& resCorr, 957 957 ColumnVector& dx) { 958 int facSys = 1; 959 if (sys == 'R') { 960 facSys *= 2; 961 } 962 if (sys == 'C') { 963 facSys *= 4; 964 } 958 965 959 966 // Prediction Step … … 1006 1013 << " Maximum Residuum " << maxRes << ' ' 1007 1014 << corrs(sys)[maxResIndex-1]->_acName << ' ' << corrs(sys)[maxResIndex-1]->_prn.mid(0,3); 1008 if (maxRes > _MAX_RES) {1015 if (maxRes > (_MAX_RES * facSys)) { 1009 1016 for (int iPar = 1; iPar <= _params[sys].size(); iPar++) { 1010 1017 cmbParam* pp = _params[sys][iPar-1];
Note:
See TracChangeset
for help on using the changeset viewer.