Changeset 4029 for trunk/psLib/src/dataManip/psUnaryOp.c
- Timestamp:
- May 25, 2005, 10:26:55 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psUnaryOp.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psUnaryOp.c
r3887 r4029 30 30 * @author Robert DeSonia, MHPCC 31 31 * 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 $ 34 34 * 35 35 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 315 315 psType* psTypeIn = (psType* ) in; 316 316 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); 319 319 320 320 psDimen dimIn = psTypeIn->dimen;
Note:
See TracChangeset
for help on using the changeset viewer.
