Index: trunk/BNC/src/PPP/pppSatObs.cpp
===================================================================
--- trunk/BNC/src/PPP/pppSatObs.cpp	(revision 9590)
+++ trunk/BNC/src/PPP/pppSatObs.cpp	(revision 9593)
@@ -313,8 +313,8 @@
 
   // De-Weight GLONASS
-  // -----------------
+  /* -----------------
   if (_prn.system() == 'R') {
     retVal *= 2.0;
-  }
+  }*/
 
 
@@ -440,5 +440,5 @@
       QString prn(_prn.toString().c_str());
       _model._antPCO[ii]  = PPP_CLIENT->antex()->rcvCorr(station->antName(), frqType, _model._eleSat, _model._azSat, found);
-      _model._antPCO[ii] += PPP_CLIENT->antex()->satCorr(prn, frqType,  _model._elTx, _model._azTx, found);
+      _model._antPCO[ii] += PPP_CLIENT->antex()->satCorr(prn, frqType, _model._elTx, _model._azTx, found);
       if (OPT->_isAPC && found) {
         // the PCOs as given in the satellite antenna correction for all frequencies
