Index: trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/src/combination/bnccomb.cpp	(revision 8445)
+++ trunk/BNC/src/combination/bnccomb.cpp	(revision 8447)
@@ -356,8 +356,9 @@
       continue;
     }
-    
+
     // Check Modulo Time
     // -----------------
-    if (int(clkCorr._time.gpssec()) % _cmbSampl != 0.0) {
+    int sec = int(nint(clkCorr._time.gpssec()*10));
+    if (sec % (_cmbSampl*10) != 0.0) {
       continue;
     }
