IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2004, 10:07:17 AM (22 years ago)
Author:
gusciora
Message:

I've been unifying the naming conventions for various macros that check
functions parameters for type, size, non-NULL ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageStats.c

    r2206 r2212  
    99*  @author GLG, MHPCC
    1010*
    11 *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2004-10-27 01:15:47 $
     11*  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2004-10-27 20:07:17 $
    1313*
    1414*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    112112
    113113    // NOTE: Verify this action.
    114     PS_CHECK_NULL_PTR(out, NULL);
    115     PS_CHECK_NULL_PTR(in, NULL);
     114    PS_PTR_CHECK_NULL(out, NULL);
     115    PS_PTR_CHECK_NULL(in, NULL);
    116116
    117117    junkData = psAlloc(sizeof(psVector));
Note: See TracChangeset for help on using the changeset viewer.