Index: /branches/eam_branches/ipp-20110213/Ohana/src/tools/src/ftable.c
===================================================================
--- /branches/eam_branches/ipp-20110213/Ohana/src/tools/src/ftable.c	(revision 30989)
+++ /branches/eam_branches/ipp-20110213/Ohana/src/tools/src/ftable.c	(revision 30990)
@@ -236,4 +236,6 @@
       }
     } else {
+      Oout = 0;
+      Oin = 0;
       for (i = 0; i < Nfields; i++) {
 	memcpy (&line[Oout], &row[Oin], Nvals[i]*Nbyte[i]);
Index: /branches/eam_branches/ipp-20110213/psLib/src/math/psStats.c
===================================================================
--- /branches/eam_branches/ipp-20110213/psLib/src/math/psStats.c	(revision 30989)
+++ /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]);
 
