IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2004, 10:11:47 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/math/psStats.c

    r2212 r2213  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.72 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-10-27 20:07:17 $
     11 *  @version $Revision: 1.73 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-10-27 20:11:47 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    17461746
    17471747    if (mask != NULL) {
    1748         PS_CHECK_VECTOR_SIZE_EQUAL(mask, in, NULL);
    1749         PS_CHECK_VECTOR_TYPE(mask, PS_TYPE_U8, NULL);
     1748        PS_VECTOR_CHECK_SIZE_EQUAL(mask, in, NULL);
     1749        PS_VECTOR_CHECK_TYPE(mask, PS_TYPE_U8, NULL);
    17501750    }
    17511751    // ************************************************************************
Note: See TracChangeset for help on using the changeset viewer.