Changeset 10497 in ntrip for trunk/BNC/src/combination/bnccomb.cpp
- Timestamp:
- May 23, 2024, 1:16:05 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10496 r10497 1008 1008 << " Maximum Residuum " << maxRes << ' ' 1009 1009 << corrs(sys)[maxResIndex-1]->_acName << ' ' << corrs(sys)[maxResIndex-1]->_prn.mid(0,3); 1010 double facSys = 1.0; 1011 if (sys == 'C' && 1012 corrs(sys)[maxResIndex-1]->_prn.mid(1,2).toInt() <= 16) { // BDS-2 1013 facSys *= 5.0; 1014 } 1015 if (maxRes > (_MAX_RES * facSys)) { 1010 if (maxRes > _MAX_RES) { 1016 1011 for (int iPar = 1; iPar <= _params[sys].size(); iPar++) { 1017 1012 cmbParam* pp = _params[sys][iPar-1];
Note:
See TracChangeset
for help on using the changeset viewer.