IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 9, 2004, 1:31:14 PM (22 years ago)
Author:
evanalst
Message:

Add macro for check if arguments are not of dimension PS_DIMEN_OTHER.

File:
1 edited

Legend:

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

    r2273 r2680  
    2929 *  @author Ross Harman, MHPCC
    3030 *
    31  *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    32  *  @date $Date: 2004-11-04 01:04:59 $
     31 *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
     32 *  @date $Date: 2004-12-09 23:31:14 $
    3333 *
    3434 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    442442    PS_PTR_CHECK_TYPE_EQUAL_GENERAL(input1,input2, psBinaryOp_EXIT);
    443443
    444     PS_PTR_CHECK_DIMEN_GENERAL(input1, PS_DIMEN_OTHER, psBinaryOp_EXIT);
    445     PS_PTR_CHECK_DIMEN_GENERAL(input2, PS_DIMEN_OTHER, psBinaryOp_EXIT);
     444    PS_PTR_CHECK_DIMEN_GENERAL_NOT(input1, PS_DIMEN_OTHER, psBinaryOp_EXIT);
     445    PS_PTR_CHECK_DIMEN_GENERAL_NOT(input2, PS_DIMEN_OTHER, psBinaryOp_EXIT);
    446446
    447447    psType* psType1 = (psType*)in1;
Note: See TracChangeset for help on using the changeset viewer.