Index: trunk/BNC/src/PPP/pppSatObs.cpp
===================================================================
--- trunk/BNC/src/PPP/pppSatObs.cpp	(revision 10417)
+++ trunk/BNC/src/PPP/pppSatObs.cpp	(revision 10418)
@@ -357,7 +357,4 @@
     retVal *= 5.0;
   }
-  if (_prn.system() == 'C' && t_lc::includesCode(tLC)) {
-    retVal *= 1.5;
-  }
 
   // Elevation-Dependent Weighting
@@ -396,13 +393,4 @@
 
   retVal = sqrt(retVal);
-
-  // Enlarge maxRes R/C
-  // ------------------
-  if (_prn.system() == 'R' && t_lc::includesCode(tLC)) {
-    retVal *= 2.0;
-  }
-  if (_prn.system() == 'C' && t_lc::includesCode(tLC)) {
-    retVal *= 1.5;
-  }
 
   return retVal;
