Index: branches/eam_branches/ipp-20110213/psLib/src/math/psStats.c
===================================================================
--- branches/eam_branches/ipp-20110213/psLib/src/math/psStats.c	(revision 30981)
+++ branches/eam_branches/ipp-20110213/psLib/src/math/psStats.c	(revision 30990)
@@ -1229,11 +1229,8 @@
 
         // assume a reasonably well-defined gaussian-like population; run from peak out until val < 0.25*peak
-
-	float clippedMean = PS_BIN_MIDPOINT(histogram, binPeak);
-
         psTrace(TRACE, 6, "The clipped numBins is %ld\n", binMax - binMin);
         psTrace(TRACE, 6, "The clipped min is %f (%ld)\n", PS_BIN_MIDPOINT(histogram, binMin), binMin);
         psTrace(TRACE, 6, "The clipped max is %f (%ld)\n", PS_BIN_MIDPOINT(histogram, binMax - 1), binMax - 1);
-        psTrace(TRACE, 6, "The clipped peak is %f (%ld)\n", clippedMean, binPeak);
+        psTrace(TRACE, 6, "The clipped peak is %f (%ld)\n", PS_BIN_MIDPOINT(histogram, binPeak), binPeak);
         psTrace(TRACE, 6, "The clipped peak value is %f\n", histogram->nums->data.F32[binPeak]);
 
