Index: /trunk/psLib/src/mathtypes/psImage.c
===================================================================
--- /trunk/psLib/src/mathtypes/psImage.c	(revision 7655)
+++ /trunk/psLib/src/mathtypes/psImage.c	(revision 7656)
@@ -9,6 +9,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.108 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-21 22:46:02 $
+ *  @version $Revision: 1.109 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-23 21:17:52 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -23,5 +23,5 @@
 #include "psMemory.h"
 #include "psError.h"
-#include "psAbort.h"
+//#include "psAbort.h"
 #include "psImage.h"
 #include "psString.h"
@@ -256,5 +256,4 @@
             if ( temp < PS_MIN_##TTT || temp > PS_MAX_##TTT ) { \
                 psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Error: Value %d out of Range.\n", temp); \
-                psAbort("pslib", "trapping bad value"); \
                 return false; \
             } \
Index: /trunk/psLib/test/mathtypes/verified/tst_psImage.stderr
===================================================================
--- /trunk/psLib/test/mathtypes/verified/tst_psImage.stderr	(revision 7655)
+++ /trunk/psLib/test/mathtypes/verified/tst_psImage.stderr	(revision 7656)
@@ -122,5 +122,5 @@
 
 <DATE><TIME>|<HOST>|E|psImageInit (FILE:LINENO)
-    Error: Value out of Range.
+    Error: Value -1 out of Range.
 <DATE><TIME>|<HOST>|E|testImageInit (FILE:LINENO)
     ImageInit failed.  U8 Case - 1x1
