Index: /trunk/BNC/src/PPP/pppSatObs.cpp
===================================================================
--- /trunk/BNC/src/PPP/pppSatObs.cpp	(revision 9572)
+++ /trunk/BNC/src/PPP/pppSatObs.cpp	(revision 9573)
@@ -314,7 +314,11 @@
   // De-Weight measurements
   // ----------------------
-  if (_prn.system() == 'R'  &&
-      (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) {
+  if (_prn.system() == 'R'  && t_lc::includesCode(tLC)) {
+ //     (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) {
     retVal *= 10.0;
+  }
+
+  if (_prn.system() == 'C'  && t_lc::includesCode(tLC)) {
+    retVal *= 2.0;
   }
 
Index: /trunk/BNC/src/pppWidgets.cpp
===================================================================
--- /trunk/BNC/src/pppWidgets.cpp	(revision 9572)
+++ /trunk/BNC/src/pppWidgets.cpp	(revision 9573)
@@ -154,5 +154,6 @@
   _pseudoObs->addItems(QString("no").split(","));
 #else
-  _modelObs->addItems(QString("Ionosphere-free PPP,Uncombined PPP,PPP-RTK,DCM with Code Biases,DCM with Phase Biases").split(","));
+  //_modelObs->addItems(QString("Ionosphere-free PPP,Uncombined PPP,PPP-RTK,DCM with Code Biases,DCM with Phase Biases").split(","));
+  _modelObs->addItems(QString("Ionosphere-free PPP,Uncombined PPP,DCM with Code Biases,DCM with Phase Biases").split(","));
   _pseudoObs->addItems(QString("no,Ionosphere").split(","));
 #endif
