Changeset 7656
- Timestamp:
- Jun 23, 2006, 11:17:52 AM (20 years ago)
- Location:
- trunk/psLib
- Files:
-
- 2 edited
-
src/mathtypes/psImage.c (modified) (3 diffs)
-
test/mathtypes/verified/tst_psImage.stderr (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psImage.c
r7619 r7656 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.10 8$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-06-2 1 22:46:02 $11 * @version $Revision: 1.109 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-06-23 21:17:52 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 23 23 #include "psMemory.h" 24 24 #include "psError.h" 25 #include "psAbort.h"25 //#include "psAbort.h" 26 26 #include "psImage.h" 27 27 #include "psString.h" … … 256 256 if ( temp < PS_MIN_##TTT || temp > PS_MAX_##TTT ) { \ 257 257 psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Error: Value %d out of Range.\n", temp); \ 258 psAbort("pslib", "trapping bad value"); \259 258 return false; \ 260 259 } \ -
trunk/psLib/test/mathtypes/verified/tst_psImage.stderr
r6578 r7656 122 122 123 123 <DATE><TIME>|<HOST>|E|psImageInit (FILE:LINENO) 124 Error: Value out of Range.124 Error: Value -1 out of Range. 125 125 <DATE><TIME>|<HOST>|E|testImageInit (FILE:LINENO) 126 126 ImageInit failed. U8 Case - 1x1
Note:
See TracChangeset
for help on using the changeset viewer.
