Index: trunk/BNC/src/PPP/pppSatObs.cpp
===================================================================
--- trunk/BNC/src/PPP/pppSatObs.cpp	(revision 10938)
+++ trunk/BNC/src/PPP/pppSatObs.cpp	(revision 10942)
@@ -393,7 +393,4 @@
     retVal += it->second * it->second * OPT->_maxResL1 * OPT->_maxResL1;
   }
-  if (LC._type == t_lc::GIM) {
-    retVal = OPT->_maxResGIM * OPT->_maxResGIM + OPT->_maxResGIM * OPT->_maxResGIM;
-  }
 
   retVal = sqrt(retVal);
