Changeset 12433 for trunk/psLib/src/math/psBinaryOp.c
- Timestamp:
- Mar 13, 2007, 4:35:02 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psBinaryOp.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psBinaryOp.c
r12431 r12433 30 30 * @author Robert DeSonia, MHPCC 31 31 * 32 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $33 * @date $Date: 2007-03-14 0 0:39:50$32 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 33 * @date $Date: 2007-03-14 02:35:02 $ 34 34 * 35 35 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 395 395 PS_ASSERT_GENERAL_PTR_NON_NULL(op, psBinaryOp_EXIT); 396 396 397 PS_ASSERT_ PTRS_TYPE_EQUAL_GENERAL(input1,input2, psBinaryOp_EXIT);397 PS_ASSERT_GENERAL_PTR_TYPE_EQUAL(input1,input2, psBinaryOp_EXIT); 398 398 399 399 PS_ASSERT_PTR_DIMEN_GENERAL_NOT(input1, PS_DIMEN_OTHER, psBinaryOp_EXIT);
Note:
See TracChangeset
for help on using the changeset viewer.
