Index: trunk/psLib/src/imageops/psImageStats.c
===================================================================
--- trunk/psLib/src/imageops/psImageStats.c	(revision 6750)
+++ trunk/psLib/src/imageops/psImageStats.c	(revision 6778)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.91 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-01 02:43:57 $
+ *  @version $Revision: 1.92 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-04-05 01:49:40 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -657,5 +657,5 @@
         }
         region = psRegionForImage(mask, region);
-     
+
         if (region.x0 == region.x1 || region.y0 == region.y1) {
             psError(PS_ERR_BAD_PARAMETER_SIZE, true,
@@ -670,9 +670,4 @@
     PS_ASSERT_INT_POSITIVE(mask->numRows, -1);
 
-    /*    x0 = (int)(roundf(region.x0));
-        x1 = (int)(roundf(region.x1));
-        y0 = (int)(roundf(region.y0));
-        y1 = (int)(roundf(region.y1));
-    */
     int col0 = (int)(roundf(region.x0));
     int col1 = (int)(roundf(region.x1));
@@ -753,9 +748,9 @@
         return -1;
     }/* else if (col0 == col1 && row0 == row1) {
-            psError(PS_ERR_BAD_PARAMETER_VALUE, true,
-                    "Invalid psRegion specified.  Region contains only 1 pixel.\n");
-            return -1;
-        }
-    */
+                psError(PS_ERR_BAD_PARAMETER_VALUE, true,
+                        "Invalid psRegion specified.  Region contains only 1 pixel.\n");
+                return -1;
+            }
+        */
     x0 = col0;
     x1 = col1;
