Index: trunk/BNC/src/PPP/pppSatObs.cpp
===================================================================
--- trunk/BNC/src/PPP/pppSatObs.cpp	(revision 10335)
+++ trunk/BNC/src/PPP/pppSatObs.cpp	(revision 10336)
@@ -34,5 +34,4 @@
 
 const double   GLO_WEIGHT_FACTOR = 1.0;
-const double   BDS_WEIGHT_FACTOR = 1.0;
 
 // Constructor
@@ -359,7 +358,4 @@
     retVal *= GLO_WEIGHT_FACTOR;
   }
-  if (_prn.system() == 'C' && t_lc::includesCode(tLC)) {
-    retVal *= BDS_WEIGHT_FACTOR;
-  }
 
   // Elevation-Dependent Weighting
@@ -399,12 +395,8 @@
   retVal = sqrt(retVal);
 
-
   // Enlarge maxRes GLO
   // ------------------
   if (_prn.system() == 'R' && t_lc::includesCode(tLC)) {
     retVal *= GLO_WEIGHT_FACTOR;
-  }
-  if (_prn.system() == 'C' && t_lc::includesCode(tLC)) {
-    retVal *= BDS_WEIGHT_FACTOR;
   }
 
