Index: trunk/BNC/src/PPP/pppClient.cpp
===================================================================
--- trunk/BNC/src/PPP/pppClient.cpp	(revision 10215)
+++ trunk/BNC/src/PPP/pppClient.cpp	(revision 10217)
@@ -213,11 +213,12 @@
     }
   }
-  /*vector<t_pppSatObs*>::iterator it = obsVector.begin();
-      while (it != obsVector.end()) {
-        t_pppSatObs* satObs = *it;
-        satObs->printObsMinusComputed();
-        it++;
-      }*/
-
+  /*
+  vector<t_pppSatObs*>::iterator it = obsVector.begin();
+  while (it != obsVector.end()) {
+    t_pppSatObs* satObs = *it;
+    satObs->printObsMinusComputed();
+    it++;
+  }
+*/
   return pseudoObsIono;
 }
@@ -296,5 +297,5 @@
     // Check Blunders
     // --------------
-    const double BLUNDER = 150.0;
+    const double BLUNDER = 100.0;
     double   maxRes      = 0.0;
     unsigned maxResIndex = 0;
@@ -343,5 +344,5 @@
   t_lc::type tLC = t_lc::dummy;
   double offGlo = 0.0;
-  const double MAXRES = 150.0;
+  const double MAXRES = 100.0;
 
   if (OPT->useSystem('R')) {
@@ -395,5 +396,5 @@
   t_lc::type tLC  = t_lc::dummy;
   double offGal = 0.0;
-  const double MAXRES = 150.0;
+  const double MAXRES = 100.0;
 
   if (OPT->useSystem('E')) {
@@ -448,5 +449,5 @@
   t_lc::type tLC = t_lc::dummy;
   double offBds = 0.0;
-  const double MAXRES = 150.0;
+  const double MAXRES = 100.0;
 
   if (_opt->useSystem('C')) {
Index: trunk/BNC/src/PPP/pppSatObs.cpp
===================================================================
--- trunk/BNC/src/PPP/pppSatObs.cpp	(revision 10215)
+++ trunk/BNC/src/PPP/pppSatObs.cpp	(revision 10217)
@@ -101,6 +101,5 @@
             if (obs->_rnxType2ch == obsType.toStdString() &&
                 obs->_codeValid && obs->_code &&
-                obs->_phaseValid && obs->_phase &&
-                obs->_lockTimeValid &&  obs->_lockTime > 5.0) {
+                obs->_phaseValid && obs->_phase) {
               _obs[iFreq] = new t_frqObs(*obs); //cout << "================> newObs: " << obs->_rnxType2ch <<endl;
             }
