Index: /trunk/BNC/combination/bnccomb.cpp
===================================================================
--- /trunk/BNC/combination/bnccomb.cpp	(revision 3446)
+++ /trunk/BNC/combination/bnccomb.cpp	(revision 3447)
@@ -36,5 +36,5 @@
 const double sigP_offACSat =    0.0;
 const double sig0_clkSat   =   10.0;
-const double sigP_clkSat   =   10.0;
+const double sigP_clkSat   =    0.1;
 
 const double sigObs        =   0.05;
@@ -700,5 +700,5 @@
 void bncComb::switchToLastEph(const t_eph* lastEph, cmbParam* pp) {
 
-  if (pp->type != cmbParam::offACSat) {
+  if (pp->type != cmbParam::clkSat) {
     return;
   }
@@ -723,5 +723,5 @@
                     newXC.data(), newVV.data());
 
-  double       dC = newXC(4)        - oldXC(4);
+  double dC = newXC(4) - oldXC(4);
 
   QString msg = "switch param " + pp->prn 
