Index: trunk/psLib/src/imageops/psImageStats.c
===================================================================
--- trunk/psLib/src/imageops/psImageStats.c	(revision 6186)
+++ trunk/psLib/src/imageops/psImageStats.c	(revision 6193)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.87 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-01-23 22:25:31 $
+ *  @version $Revision: 1.88 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-01-26 00:31:19 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -432,15 +432,15 @@
                 for (y = 0; y < input->numCols; y++) {
                     double pixel;
-                    /*
-                                        if (input->type.type == PS_TYPE_S8) {
-                                            pixel = (double) input->data.S8[x][y];
-                                        } else if (input->type.type == PS_TYPE_U16) {
-                                            pixel = (double) input->data.U16[x][y];
-                                        } else if (input->type.type == PS_TYPE_F32) {
-                                            pixel = (double) input->data.F32[x][y];
-                                        } else if (input->type.type == PS_TYPE_F64) {
-                                            pixel = input->data.F64[x][y];
-                                        }
-                    */
+                    if (0) {
+                        if (input->type.type == PS_TYPE_S8) {
+                            pixel = (double) input->data.S8[x][y];
+                        } else if (input->type.type == PS_TYPE_U16) {
+                            pixel = (double) input->data.U16[x][y];
+                        } else if (input->type.type == PS_TYPE_F32) {
+                            pixel = (double) input->data.F32[x][y];
+                        } else if (input->type.type == PS_TYPE_F64) {
+                            pixel = input->data.F64[x][y];
+                        }
+                    }
                     pixel = nodes->data.F64[x][y];
                     sums[i][j] += pixel * psPolynomial1DEval(chebPolys[i], rScalingFactors[x]) *
