Index: trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/src/combination/bnccomb.cpp	(revision 10484)
+++ trunk/BNC/src/combination/bnccomb.cpp	(revision 10485)
@@ -1539,4 +1539,8 @@
     // ---------------
     bool removed = false;
+    int facSys = 1;
+    if (sys == 'C') {
+      facSys *= 2;
+    }
     QMutableVectorIterator<cmbCorr*> im(corrs(sys));
     while (im.hasNext()) {
@@ -1549,5 +1553,5 @@
       else if (corr == maxDiff[prn]) {
         double norm = corr->_diffRao.NormFrobenius();
-        if (norm > _MAX_DISPLACEMENT) {
+        if (norm > (_MAX_DISPLACEMENT * facSys)) {
           out << epoTime.datestr().c_str()    << " "
               << epoTime.timestr().c_str()    << " "
