Changeset 14707
- Timestamp:
- Aug 30, 2007, 10:33:58 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageConvolve.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageConvolve.h
r14706 r14707 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.2 5$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-08-30 20:3 2:45$7 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-08-30 20:33:58 $ 9 9 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 10 10 */ … … 36 36 37 37 #define PS_ASSERT_KERNEL_NON_NULL(KERNEL, RETURNVALUE) \ 38 if (( NAME) == NULL || (NAME)->KERNEL == NULL) { \38 if ((KERNEL) == NULL || (KERNEL)->KERNEL == NULL) { \ 39 39 psError(PS_ERR_BAD_PARAMETER_NULL, true, \ 40 40 "Unallowable operation: psKernel %s or its data is NULL.", \
Note:
See TracChangeset
for help on using the changeset viewer.
