Index: trunk/BNC/src/PPP/pppSatObs.cpp
===================================================================
--- trunk/BNC/src/PPP/pppSatObs.cpp	(revision 9538)
+++ trunk/BNC/src/PPP/pppSatObs.cpp	(revision 9539)
@@ -300,8 +300,4 @@
   }
 
-  if (tLC == t_lc::Tz0) {
-    retVal = OPT->_sigmaTz0 * OPT->_sigmaTz0;
-  }
-
   map<t_frequency::type, double>::const_iterator it;
   for (it = codeCoeff.begin(); it != codeCoeff.end(); it++)   {
@@ -359,7 +355,4 @@
   if (tLC == t_lc::GIM) {
     retVal = 3.0 * (OPT->_sigmaGIM * OPT->_sigmaGIM + OPT->_sigmaGIM * OPT->_sigmaGIM);
-  }
-  if (tLC == t_lc::Tz0) {
-    retVal = 3.0 * OPT->_sigmaTz0 * OPT->_sigmaTz0;
   }
 
