IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14736


Ignore:
Timestamp:
Sep 4, 2007, 1:29:43 PM (19 years ago)
Author:
Paul Price
Message:

Fixing assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageConvolve.h

    r14707 r14736  
    55 * @author Robert DeSonia, MHPCC
    66 *
    7  * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-08-30 20:33:58 $
     7 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-09-04 23:29:43 $
    99 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1010 */
     
    3636
    3737#define PS_ASSERT_KERNEL_NON_NULL(KERNEL, RETURNVALUE) \
    38     if ((KERNEL) == NULL || (KERNEL)->KERNEL == NULL) { \
     38    if ((KERNEL) == NULL || (KERNEL)->kernel == NULL) { \
    3939        psError(PS_ERR_BAD_PARAMETER_NULL, true, \
    4040                "Unallowable operation: psKernel %s or its data is NULL.", \
Note: See TracChangeset for help on using the changeset viewer.