Index: /trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- /trunk/BNC/src/combination/bnccomb.cpp	(revision 10496)
+++ /trunk/BNC/src/combination/bnccomb.cpp	(revision 10497)
@@ -1008,10 +1008,5 @@
         << " Maximum Residuum " << maxRes << ' '
         << corrs(sys)[maxResIndex-1]->_acName << ' ' << corrs(sys)[maxResIndex-1]->_prn.mid(0,3);
-    double facSys = 1.0;
-    if (sys == 'C' &&
-        corrs(sys)[maxResIndex-1]->_prn.mid(1,2).toInt() <= 16) { // BDS-2
-      facSys *= 5.0;
-    }
-    if (maxRes > (_MAX_RES * facSys)) {
+    if (maxRes > _MAX_RES) {
       for (int iPar = 1; iPar <= _params[sys].size(); iPar++) {
         cmbParam* pp = _params[sys][iPar-1];
