Changeset 9552 for trunk/psLib/src/math/psUnaryOp.c
- Timestamp:
- Oct 13, 2006, 2:02:31 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psUnaryOp.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psUnaryOp.c
r8627 r9552 30 30 * @author Robert DeSonia, MHPCC 31 31 * 32 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $33 * @date $Date: 2006- 08-26 04:34:28$32 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 33 * @date $Date: 2006-10-14 00:02:31 $ 34 34 * 35 35 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 291 291 } 292 292 293 ps Type* psTypeIn = (psType* ) in;293 psMathType* psTypeIn = (psMathType* ) in; 294 294 295 295 PS_ASSERT_GENERAL_PTR_NON_NULL(in, psUnaryOp_EXIT); … … 299 299 case PS_DIMEN_SCALAR: 300 300 if (out == NULL || 301 ((ps Type*)out)->dimen != PS_DIMEN_SCALAR ||301 ((psMathType*)out)->dimen != PS_DIMEN_SCALAR || 302 302 ((psScalar*)out)->type.type != psTypeIn->type) { 303 303 psFree(out);
Note:
See TracChangeset
for help on using the changeset viewer.
