Index: trunk/psLib/src/image/psImageStats.c
===================================================================
--- trunk/psLib/src/image/psImageStats.c	(revision 2101)
+++ trunk/psLib/src/image/psImageStats.c	(revision 2102)
@@ -9,6 +9,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-14 01:05:27 $
+*  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-14 01:06:44 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -406,6 +406,6 @@
     }
 
-    // We scale the pixel positions to values
-    // between -1.0 and 1.0
+    // We scale the pixel positions to values between -1.0 and 1.0
+    // Use static data structures here.
     rScalingFactors = p_psCalcScaleFactorsEval(input->numRows);
     cScalingFactors = p_psCalcScaleFactorsEval(input->numCols);
@@ -438,4 +438,5 @@
     // Free the Chebyshev polynomials that were
     // created in this routine.
+    // XXX: Use dtatic data structures here.
     for (i = 0; i < maxChebyPoly; i++) {
         psFree(chebPolys[i]);
@@ -443,9 +444,4 @@
     psFree(chebPolys);
 
-    // Free some data
-    //    for (i = 0; i < coeffs->nX; i++) {
-    //        psFree(sums[i]);
-    //    }
-    //    psFree(sums);
     psFree(cScalingFactors);
     psFree(rScalingFactors);
