Index: trunk/BNC/src/PPP/pppSatObs.cpp
===================================================================
--- trunk/BNC/src/PPP/pppSatObs.cpp	(revision 9586)
+++ trunk/BNC/src/PPP/pppSatObs.cpp	(revision 9588)
@@ -31,5 +31,6 @@
 
 using namespace BNC_PPP;
-using namespace std;
+using std::cout;
+using std::endl;
 
 // Constructor
@@ -311,4 +312,11 @@
 
   retVal = sqrt(retVal);
+
+  // De-Weight GLONASS
+  /* -----------------
+  if (_prn.system() == 'R') {
+    retVal *= 5.0;
+  }*/
+
 
   // Elevation-Dependent Weighting
@@ -556,6 +564,6 @@
 
       << "======================= " << endl
-      << "PPP STRATEGY  : " <<  OPT->_obsmodelTypeStr.at((int)OPT->_obsModelType).toLocal8Bit().constData()
-      <<  ((OPT->_pseudoObsIono) ? " with pseudo-observations for STEC" : "")  <<  endl
+     << "PPP STRATEGY  : " <<  OPT->_obsmodelTypeStr.at((int)OPT->_obsModelType).toLocal8Bit().constData()
+      <<  ((OPT->_pseudoObsIono) ? " with pseudo-observations for STEC" : "")          << endl
       << "RHO           : " << setw(12) << setprecision(3) << _model._rho              << endl
       << "ELE           : " << setw(12) << setprecision(3) << _model._eleSat * RHO_DEG << endl
@@ -578,7 +586,7 @@
       if (_prn.system() == frqStr[0]) {
       LOG << "PCO           : " << frqStr << setw(12) << setprecision(3) << _model._antPCO[iFreq]       << endl
-           << "BIAS CODE     : " << frqStr << setw(12) << setprecision(3) << _model._codeBias[iFreq]     << endl
-           << "BIAS PHASE    : " << frqStr << setw(12) << setprecision(3) << _model._phaseBias[iFreq]    << endl
-           << "IONO CODEDELAY: " << frqStr << setw(12) << setprecision(3) << _model._ionoCodeDelay[iFreq]<< endl;
+          << "BIAS CODE     : " << frqStr << setw(12) << setprecision(3) << _model._codeBias[iFreq]     << endl
+          << "BIAS PHASE    : " << frqStr << setw(12) << setprecision(3) << _model._phaseBias[iFreq]    << endl
+          << "IONO CODEDELAY: " << frqStr << setw(12) << setprecision(3) << _model._ionoCodeDelay[iFreq]<< endl;
       }
     }
