Index: trunk/BNC/src/PPP/pppClient.cpp
===================================================================
--- trunk/BNC/src/PPP/pppClient.cpp	(revision 10217)
+++ trunk/BNC/src/PPP/pppClient.cpp	(revision 10218)
@@ -297,5 +297,5 @@
     // Check Blunders
     // --------------
-    const double BLUNDER = 100.0;
+    const double BLUNDER = 150.0;
     double   maxRes      = 0.0;
     unsigned maxResIndex = 0;
@@ -344,5 +344,5 @@
   t_lc::type tLC = t_lc::dummy;
   double offGlo = 0.0;
-  const double MAXRES = 100.0;
+  const double MAXRES = 150.0;
 
   if (OPT->useSystem('R')) {
@@ -378,5 +378,5 @@
       }
       if (fabs(maxRes) > MAXRES) {
-        LOG << "t_pppClient::cmpOffGlo outlier " << maxResPrn.toString() << " " << maxRes << endl;
+        LOG << "t_pppClient::cmpOffGlo Outlier " << maxResPrn.toString() << " " << maxRes << endl;
         obsVector.erase(obsVector.begin() + maxResIndex);
       }
@@ -396,5 +396,5 @@
   t_lc::type tLC  = t_lc::dummy;
   double offGal = 0.0;
-  const double MAXRES = 100.0;
+  const double MAXRES = 150.0;
 
   if (OPT->useSystem('E')) {
@@ -430,5 +430,5 @@
       }
       if (fabs(maxRes) > MAXRES) {
-        LOG << "t_pppClient::cmpOffGal outlier " << maxResPrn.toString() << " " << maxRes << endl;
+        LOG << "t_pppClient::cmpOffGal Outlier " << maxResPrn.toString() << " " << maxRes << endl;
         obsVector.erase(obsVector.begin() + maxResIndex);
       }
@@ -449,5 +449,5 @@
   t_lc::type tLC = t_lc::dummy;
   double offBds = 0.0;
-  const double MAXRES = 100.0;
+  const double MAXRES = 150.0;
 
   if (_opt->useSystem('C')) {
@@ -483,5 +483,5 @@
       }
       if (fabs(maxRes) > MAXRES) {
-        LOG << "t_pppClient::cmpOffBds outlier " << maxResPrn.toString() << " " << maxRes << endl;
+        LOG << "t_pppClient::cmpOffBds Outlier " << maxResPrn.toString() << " " << maxRes << endl;
         delete obsVector.at(maxResIndex);
         obsVector.erase(obsVector.begin() + maxResIndex);
