Index: trunk/BNC/src/PPP/pppFilter.cpp
===================================================================
--- trunk/BNC/src/PPP/pppFilter.cpp	(revision 9699)
+++ trunk/BNC/src/PPP/pppFilter.cpp	(revision 9700)
@@ -271,6 +271,6 @@
         OPT->_obsModelType == OPT->DCMphaseBias) {
       if (nSat < 2.0) {
-        LOG << " number of observations < 2\n";
-        return failure;
+        LOG << " number of satellites < 2\n";
+        //return failure;
       }
     }
