Index: trunk/BNC/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/combination/bnccomb.cpp	(revision 3445)
+++ trunk/BNC/combination/bnccomb.cpp	(revision 3446)
@@ -35,6 +35,6 @@
 const double sig0_offACSat =  100.0;
 const double sigP_offACSat =    0.0;
-const double sig0_clkSat   =  100.0;
-const double sigP_clkSat   =  100.0;
+const double sig0_clkSat   =   10.0;
+const double sigP_clkSat   =   10.0;
 
 const double sigObs        =   0.05;
@@ -700,5 +700,5 @@
 void bncComb::switchToLastEph(const t_eph* lastEph, cmbParam* pp) {
 
-  if (pp->type != cmbParam::clkSat) {
+  if (pp->type != cmbParam::offACSat) {
     return;
   }
Index: trunk/BNC/ppp.gpt
===================================================================
--- trunk/BNC/ppp.gpt	(revision 3445)
+++ trunk/BNC/ppp.gpt	(revision 3446)
@@ -25,5 +25,5 @@
 
 set ylabel "meters"
-set yrange [-0.3:0.3]
+set yrange [-0.5:0.5]
 
 set ytics nomirror
