Changeset 4409 for trunk/psLib/src/math/psUnaryOp.h
- Timestamp:
- Jun 28, 2005, 10:17:52 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psUnaryOp.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psUnaryOp.h
r4162 r4409 30 30 * @author Robert DeSonia, MHPCC 31 31 * 32 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $33 * @date $Date: 2005-06- 08 23:40:45$32 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 33 * @date $Date: 2005-06-28 20:17:52 $ 34 34 * 35 35 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 61 61 psType* psUnaryOp( 62 62 psPtr out, ///< Output type, either psImage or psVector. 63 psPtr in,///< Input, either psImage or psVector.64 c har *op///< Operator.63 const psPtr in, ///< Input, either psImage or psVector. 64 const char *op ///< Operator. 65 65 ); 66 66
Note:
See TracChangeset
for help on using the changeset viewer.
