Index: /trunk/BNC/src/PPP/pppSatObs.cpp
===================================================================
--- /trunk/BNC/src/PPP/pppSatObs.cpp	(revision 9486)
+++ /trunk/BNC/src/PPP/pppSatObs.cpp	(revision 9487)
@@ -366,17 +366,4 @@
 
   retVal = sqrt(retVal);
-
-  // De-Weight GLONASS
-  // -----------------
-  if (_prn.system() == 'R' && (t_lc::includesCode(tLC) ||  t_lc::includesPhase(tLC))) {
-    retVal *= 5.0;
-  }
-
-  // De-Weight BDS
-  // -------------
-  if (_prn.system() == 'C' && (t_lc::includesCode(tLC) ||  t_lc::includesPhase(tLC))) {
-    retVal *= 5.0;
-  }
-
 
   return retVal;
