IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 25, 2005, 10:26:55 AM (21 years ago)
Author:
gusciora
Message:

I renamed many of the PS_CHECK macros to PS_ASSERT...

File:
1 edited

Legend:

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

    r3887 r4029  
    3030 *  @author Robert DeSonia, MHPCC
    3131 *
    32  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    33  *  @date $Date: 2005-05-12 00:54:49 $
     32 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     33 *  @date $Date: 2005-05-25 20:26:55 $
    3434 *
    3535 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    315315    psType* psTypeIn = (psType* ) in;
    316316
    317     PS_PTR_CHECK_NULL_GENERAL(in, psUnaryOp_EXIT);
    318     PS_PTR_CHECK_NULL_GENERAL(op, psUnaryOp_EXIT);
     317    PS_ASSERT_GENERAL_PTR_NON_NULL(in, psUnaryOp_EXIT);
     318    PS_ASSERT_GENERAL_PTR_NON_NULL(op, psUnaryOp_EXIT);
    319319
    320320    psDimen dimIn = psTypeIn->dimen;
Note: See TracChangeset for help on using the changeset viewer.