IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2004, 3:21:01 PM (22 years ago)
Author:
gusciora
Message:

added PS_CHECK_VECTOR_SIZE_EQUAL() macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.c

    r2206 r2208  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.70 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-10-27 01:15:47 $
     11 *  @version $Revision: 1.71 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-10-27 01:21:01 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    17461746
    17471747    if (mask != NULL) {
    1748         PS_CHECK_VECTOR_SIZE_EQUAL_RETURN_NULL(mask, in);
     1748        PS_CHECK_VECTOR_SIZE_EQUAL(mask, in, NULL);
    17491749        PS_CHECK_VECTOR_TYPE(mask, PS_TYPE_U8, NULL);
    17501750    }
Note: See TracChangeset for help on using the changeset viewer.