Index: trunk/BNC/src/PPP/pppFilter.cpp
===================================================================
--- trunk/BNC/src/PPP/pppFilter.cpp	(revision 9966)
+++ trunk/BNC/src/PPP/pppFilter.cpp	(revision 9967)
@@ -256,5 +256,5 @@
           }
           ll[iObs] = obs->obsValue(tLC) - obs->cmpValue(tLC)
-              - DotProduct(_x0, AA.Row(iObs + 1));
+                   - DotProduct(_x0, AA.Row(iObs + 1));
           PP[iObs] = 1.0 / (obs->sigma(tLC) * obs->sigma(tLC));
         }
@@ -269,6 +269,7 @@
     }
 
-    if ((!iOutlier) && (OPT->_obsModelType == OPT->DCMcodeBias ||
-    OPT->_obsModelType == OPT->DCMphaseBias) && (!preProcessing)) {
+    if ((!iOutlier) &&
+        (OPT->_obsModelType == OPT->DCMcodeBias ||
+         OPT->_obsModelType == OPT->DCMphaseBias) && (!preProcessing)) {
       _datumTrafo->updateIndices(sys, iObs + 1);
       _datumTrafo->prepareAA(AA.SubMatrix(1, iObs + 1, 1, _parlist.nPar()), 1);
@@ -295,5 +296,5 @@
             }
             ll[iObs] = obs->obsValue(tLC) - obs->cmpValue(tLC)
-                - DotProduct(_x0, AA.Row(iObs + 1));
+                     - DotProduct(_x0, AA.Row(iObs + 1));
             PP[iObs] = 1.0 / (obs->sigma(tLC) * obs->sigma(tLC));
           }
@@ -405,5 +406,5 @@
     const vector<t_pppSatObs*> &obsVector, const t_prn &refPrn,
     bool preProcessing) {
-  const double SLIP = 20.0;
+  const double SLIP = 50.0;
   char sys = refPrn.system();
   string epoTimeStr = string(_epoTime);
@@ -471,5 +472,5 @@
           }
           double ll = obs->obsValue(tLC) - obs->cmpValue(tLC)
-              - DotProduct(_x0, AA);
+                    - DotProduct(_x0, AA);
           double vv = DotProduct(AA, _xFlt) - ll;
           if (fabs(vv) > SLIP) {
