Index: /trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- /trunk/BNC/src/combination/bnccomb.cpp	(revision 10495)
+++ /trunk/BNC/src/combination/bnccomb.cpp	(revision 10496)
@@ -1011,5 +1011,5 @@
     if (sys == 'C' &&
         corrs(sys)[maxResIndex-1]->_prn.mid(1,2).toInt() <= 16) { // BDS-2
-      facSys *= 10.0;
+      facSys *= 5.0;
     }
     if (maxRes > (_MAX_RES * facSys)) {
@@ -1552,5 +1552,5 @@
         if (sys == 'C' &&
             prn.mid(1,2).toInt() <= 16) {// BDS-2
-          facSys *= 10.0;
+          facSys *= 5.0;
         }
         if (norm > (_MAX_DISPLACEMENT * facSys)) {
