Index: /trunk/BNC/src/PPP/pppClient.cpp
===================================================================
--- /trunk/BNC/src/PPP/pppClient.cpp	(revision 10253)
+++ /trunk/BNC/src/PPP/pppClient.cpp	(revision 10254)
@@ -66,7 +66,4 @@
     }
   }
-  _offGlo = 0.0;
-  _offGal = 0.0;
-  _offBds = 0.0;
 
   CLIENTS.setLocalData(this);  // CLIENTS takes ownership over "this"
Index: /trunk/BNC/src/PPP/pppClient.h
===================================================================
--- /trunk/BNC/src/PPP/pppClient.h	(revision 10253)
+++ /trunk/BNC/src/PPP/pppClient.h	(revision 10254)
@@ -36,7 +36,4 @@
   const bncAntex*     antex() const {return _antex;}
   const t_pppStation* staRover() const {return _staRover;}
-  double              offGlo() const {return _offGlo;}
-  double              offGal() const {return _offGal;}
-  double              offBds() const {return _offBds;}
 
   std::ostringstream& log() {return *_log;}
@@ -69,7 +66,4 @@
   bncAntex*                 _antex;
   t_pppFilter*              _filter;
-  double                    _offGlo;
-  double                    _offGal;
-  double                    _offBds;
   std::vector<t_pppSatObs*> _obsRover;
   std::ostringstream*       _log;
Index: /trunk/BNC/src/PPP/pppFilter.cpp
===================================================================
--- /trunk/BNC/src/PPP/pppFilter.cpp	(revision 10253)
+++ /trunk/BNC/src/PPP/pppFilter.cpp	(revision 10254)
@@ -307,5 +307,5 @@
                                     const vector<t_pppSatObs*> &obsVector) {
 
-  const double SLIP = 200.0;
+  const double SLIP = 1000.0;
   string epoTimeStr = string(_epoTime);
   const vector<t_pppParam*> &params = _parlist->params();
