Index: branches/BNC_2.12/src/combination/bnccomb.cpp
===================================================================
--- branches/BNC_2.12/src/combination/bnccomb.cpp	(revision 9269)
+++ branches/BNC_2.12/src/combination/bnccomb.cpp	(revision 9671)
@@ -142,5 +142,5 @@
   _cmbSampl = settings.value("cmbSampl").toInt();
   if (_cmbSampl <= 0) {
-    _cmbSampl = 10;
+    _cmbSampl = 5;
   }
 
@@ -180,5 +180,5 @@
     _ssrCorr = new SsrCorrIgs();
   }
-  
+
   _rtnetDecoder = 0;
 
@@ -410,5 +410,5 @@
     else {
       QMap<t_prn, t_orbCorr>& storage = _orbCorrections[acName];
-      if (!storage.contains(clkCorr._prn)  || 
+      if (!storage.contains(clkCorr._prn)  ||
            storage[clkCorr._prn]._iod != newCorr->_iod) {
         delete newCorr;
