Index: trunk/BNC/src/PPP/pppSatObs.cpp
===================================================================
--- trunk/BNC/src/PPP/pppSatObs.cpp	(revision 10572)
+++ trunk/BNC/src/PPP/pppSatObs.cpp	(revision 10573)
@@ -352,7 +352,7 @@
   retVal = sqrt(retVal);
 
-  // De-Weight R/C
+  // De-Weight R
   // -----------
-  if (_prn.system() == 'R') {
+  if (_prn.system() == 'R'&& t_lc::includesCode(tLC)) {
     retVal *= 5.0;
   }
@@ -393,4 +393,10 @@
 
   retVal = sqrt(retVal);
+
+  // De-Weight R
+  // -----------
+  if (_prn.system() == 'R'&& t_lc::includesCode(tLC)) {
+    retVal *= 5.0;
+  }
 
   return retVal;
