Index: trunk/BNC/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/combination/bnccomb.cpp	(revision 2934)
+++ trunk/BNC/combination/bnccomb.cpp	(revision 2935)
@@ -405,10 +405,10 @@
       cmbParam* pp = _params[iPar-1];
       pp->xx += dx(iPar);
+      if (pp->type == cmbParam::clk) {
+        resCorr[pp->prn]->dClk = pp->xx / t_CST::c;
+      }
     }
  
-    cout << "ll = " << ll.t();
-    cout << "dx = " << dx.t();
     cout << "vv = " << vv.t();
-    
   }
 
