Changeset 4342 for trunk/psLib/src/math/psBinaryOp.c
- Timestamp:
- Jun 21, 2005, 4:05:41 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psBinaryOp.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psBinaryOp.c
r4029 r4342 30 30 * @author Robert DeSonia, MHPCC 31 31 * 32 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $33 * @date $Date: 2005-0 5-25 20:26:55$32 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 33 * @date $Date: 2005-06-22 02:05:41 $ 34 34 * 35 35 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 426 426 } 427 427 428 psPtr psBinaryOp(psPtr out, psPtr in1, char *op,psPtr in2)428 psPtr psBinaryOp(psPtr out, const psPtr in1, const char *op, const psPtr in2) 429 429 { 430 430
Note:
See TracChangeset
for help on using the changeset viewer.
