Changeset 14736
- Timestamp:
- Sep 4, 2007, 1:29:43 PM (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
r14707 r14736 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-0 8-30 20:33:58$7 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-09-04 23:29:43 $ 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 ((KERNEL) == NULL || (KERNEL)-> 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.
