IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

...

File:
1 edited

Legend:

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

    r2204 r2206  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.69 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-10-27 00:57:31 $
     11 *  @version $Revision: 1.70 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-10-27 01:15:47 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    17331733        return(stats);
    17341734    }
    1735     PS_CHECK_NULL_PTR_RETURN_NULL(stats);
     1735    PS_CHECK_NULL_PTR(stats, NULL);
    17361736
    17371737    inF32 = p_psConvertToF32((psVector *) in);
     
    17471747    if (mask != NULL) {
    17481748        PS_CHECK_VECTOR_SIZE_EQUAL_RETURN_NULL(mask, in);
    1749         PS_CHECK_VECTOR_TYPE_RETURN_NULL(mask, PS_TYPE_U8);
     1749        PS_CHECK_VECTOR_TYPE(mask, PS_TYPE_U8, NULL);
    17501750    }
    17511751    // ************************************************************************
Note: See TracChangeset for help on using the changeset viewer.