Index: /trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- /trunk/BNC/src/combination/bnccomb.cpp	(revision 10401)
+++ /trunk/BNC/src/combination/bnccomb.cpp	(revision 10402)
@@ -1402,5 +1402,8 @@
   double MAX_DISPLACEMENT = MAX_DISPLACEMENT_INIT;
   if (sys == 'C') {
-    MAX_DISPLACEMENT *= 2.0;
+    MAX_DISPLACEMENT *= 5.0;
+  }
+  if (sys == 'R') {
+    MAX_DISPLACEMENT *= 3.0;
   }
 
