Index: trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/src/combination/bnccomb.cpp	(revision 8734)
+++ trunk/BNC/src/combination/bnccomb.cpp	(revision 8735)
@@ -825,7 +825,7 @@
 
   int maxSat = t_prn::MAXPRN_GPS;
-//  if (_useGlonass) {
-//    maxSat = t_prn::MAXPRN_GPS + t_prn::MAXPRN_GLONASS;
-//  }
+  if (_useGlonass) {
+    maxSat = t_prn::MAXPRN_GPS + t_prn::MAXPRN_GLONASS;
+  }
 
   const int nCon = (_method == filter) ? 1 + maxSat : 0;
