Index: trunk/BNC/src/PPP/pppSatObs.cpp
===================================================================
--- trunk/BNC/src/PPP/pppSatObs.cpp	(revision 9604)
+++ trunk/BNC/src/PPP/pppSatObs.cpp	(revision 9605)
@@ -346,10 +346,4 @@
   retVal = sqrt(retVal);
 
-  // De-Weight GLONASS
-  /* -----------------
-  if (_prn.system() == 'R' &&  t_lc::includesCode(tLC)) {
-    retVal *= 5.0;
-  }*/
-
   // Elevation-Dependent Weighting
   // -----------------------------
@@ -388,5 +382,5 @@
   retVal = sqrt(retVal);
 
-  if (_prn.system() == 'R' &&  t_lc::includesCode(tLC)) {
+  if ((_prn.system() == 'R' || _prn.system() == 'C')   &&  t_lc::includesCode(tLC)) {
     if (OPT->_obsModelType == OPT->DCMphaseBias) {
       retVal *= 5.0;
