Index: trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/src/combination/bnccomb.cpp	(revision 10494)
+++ trunk/BNC/src/combination/bnccomb.cpp	(revision 10495)
@@ -1010,5 +1010,5 @@
     double facSys = 1.0;
     if (sys == 'C' &&
-        corrs(sys)[maxResIndex-1]->_prn.mid(1,3).toInt() <= 16) {
+        corrs(sys)[maxResIndex-1]->_prn.mid(1,2).toInt() <= 16) { // BDS-2
       facSys *= 10.0;
     }
@@ -1551,5 +1551,5 @@
         double facSys = 1.0;
         if (sys == 'C' &&
-            prn.mid(1,3).toInt() <= 16) {
+            prn.mid(1,2).toInt() <= 16) {// BDS-2
           facSys *= 10.0;
         }
