Changeset 2680 for trunk/psLib/src/dataManip/psMatrixVectorArithmetic.c
- Timestamp:
- Dec 9, 2004, 1:31:14 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMatrixVectorArithmetic.c
r2273 r2680 29 29 * @author Ross Harman, MHPCC 30 30 * 31 * @version $Revision: 1.3 0$ $Name: not supported by cvs2svn $32 * @date $Date: 2004-1 1-04 01:04:59$31 * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $ 32 * @date $Date: 2004-12-09 23:31:14 $ 33 33 * 34 34 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 442 442 PS_PTR_CHECK_TYPE_EQUAL_GENERAL(input1,input2, psBinaryOp_EXIT); 443 443 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); 446 446 447 447 psType* psType1 = (psType*)in1;
Note:
See TracChangeset
for help on using the changeset viewer.
