Changeset 7656 for trunk/psLib/src/mathtypes
- Timestamp:
- Jun 23, 2006, 11:17:52 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/mathtypes/psImage.c (modified) (3 diffs)
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 } \
Note:
See TracChangeset
for help on using the changeset viewer.
