Index: trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/src/combination/bnccomb.cpp	(revision 8735)
+++ trunk/BNC/src/combination/bnccomb.cpp	(revision 8736)
@@ -825,7 +825,7 @@
 
   int maxSat = t_prn::MAXPRN_GPS;
-  if (_useGlonass) {
-    maxSat = t_prn::MAXPRN_GPS + t_prn::MAXPRN_GLONASS;
-  }
+//  if (_useGlonass) {
+//    maxSat = t_prn::MAXPRN_GPS + t_prn::MAXPRN_GLONASS;
+//  }
 
   const int nCon = (_method == filter) ? 1 + maxSat : 0;
@@ -882,20 +882,20 @@
       }
     }
-    if (_useGlonass) {
-      for (unsigned iGlo = 1; iGlo <= t_prn::MAXPRN_GLONASS; iGlo++) {
-        QString prn = QString("R%1_0").arg(iGlo, 2, 10, QChar('0'));
-        ++iCond;
-        PP(nObs+iCond) = Ph;
-        for (int iPar = 1; iPar <= _params.size(); iPar++) {
-          cmbParam* pp = _params[iPar-1];
-          if ( pp &&
-               AA.Column(iPar).maximum_absolute_value() > 0.0 &&
-               pp->type == cmbParam::offACSat                 &&
-               pp->prn == prn) {
-            AA(nObs+iCond, iPar) = 1.0;
-          }
-        }
-      }
-    }
+//    if (_useGlonass) {// liefert schlechtere Höhenkomponente im PPP
+//      for (unsigned iGlo = 1; iGlo <= t_prn::MAXPRN_GLONASS; iGlo++) {
+//        QString prn = QString("R%1_0").arg(iGlo, 2, 10, QChar('0'));
+//        ++iCond;
+//        PP(nObs+iCond) = Ph;
+//        for (int iPar = 1; iPar <= _params.size(); iPar++) {
+//          cmbParam* pp = _params[iPar-1];
+//          if ( pp &&
+//               AA.Column(iPar).maximum_absolute_value() > 0.0 &&
+//               pp->type == cmbParam::offACSat                 &&
+//               pp->prn == prn) {
+//            AA(nObs+iCond, iPar) = 1.0;
+//          }
+//        }
+//      }
+//    }
   }
 
