Index: trunk/psLib/src/math/psStats.c
===================================================================
--- trunk/psLib/src/math/psStats.c	(revision 1964)
+++ trunk/psLib/src/math/psStats.c	(revision 2058)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.65 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-05 23:14:15 $
+ *  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-12 20:53:02 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -520,5 +520,6 @@
     XXX: use a static variable for gaussianCoefs[] and compute them once.
  *****************************************************************************/
-psVector* p_psVectorsmoothHistGaussian(psHistogram* robustHistogram, float sigma)
+psVector* p_psVectorsmoothHistGaussian(psHistogram* robustHistogram,
+                                       float sigma)
 {
     int i = 0;                  // Loop index variable
@@ -543,4 +544,5 @@
             gaussianCoefs[i] = exp(expo / denom);
 
+            //printf("p_psVectorsmoothHistGaussian(): gaussianCoefs[%d] is %f\n", i, gaussianCoefs[i]);
             // NOTE: Gaussian smoothing just isn't working with low sigma
             // values.  The problem is that the Gaussian coefficients are
@@ -1200,5 +1202,6 @@
     // Smooth the histogram.
     // XXX: is that the right stdev?
-    robustHistogramVector = p_psVectorsmoothHistGaussian(robustHistogram, tmpStats->clippedStdev / 4.0f);
+    robustHistogramVector = p_psVectorsmoothHistGaussian(robustHistogram,
+                            tmpStats->clippedStdev / 4.0f);
 
     // The following was necessary to fit a gaussian to the data, since
