Index: trunk/BNC/src/orbComp/sp3Comp.cpp
===================================================================
--- trunk/BNC/src/orbComp/sp3Comp.cpp	(revision 6428)
+++ trunk/BNC/src/orbComp/sp3Comp.cpp	(revision 6429)
@@ -70,4 +70,9 @@
   _logFile     = 0;
   _log         = 0;
+
+  //// beg test
+  // _excludeSats.insert(t_prn('R', 7));
+  // _excludeSats.insert(t_prn('R', 8));
+  //// end test
 }
 
@@ -410,5 +415,5 @@
 ////////////////////////////////////////////////////////////////////////////
 bool t_sp3Comp::excludeSat(const t_prn& prn) const {
-  if (prn == t_prn('R', 7)) {
+  if (_excludeSats.find(prn) != _excludeSats.end()) {
     return true;
   }
