Index: /trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- /trunk/BNC/src/combination/bnccomb.cpp	(revision 10815)
+++ /trunk/BNC/src/combination/bnccomb.cpp	(revision 10816)
@@ -1600,9 +1600,5 @@
       else if (corr == maxDiff[prn]) {
         double norm = corr->_diffRao.NormFrobenius();
-        double facSys = 1.0;
-        if (sys == 'C' && prn.mid(1,2).toInt() <= 16) { // BDS-2
-          facSys *= 5.0;
-        }
-        if (norm > (_MAX_DISPLACEMENT * facSys)) {
+        if (norm > _MAX_DISPLACEMENT) {
           out << epoTime.datestr().c_str()    << " "
               << epoTime.timestr().c_str()    << " "
