Changeset 4540 for trunk/psLib/src/math/psBinaryOp.c
- Timestamp:
- Jul 12, 2005, 9:12:01 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psBinaryOp.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psBinaryOp.c
r4342 r4540 30 30 * @author Robert DeSonia, MHPCC 31 31 * 32 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $33 * @date $Date: 2005-0 6-22 02:05:41 $32 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 33 * @date $Date: 2005-07-12 19:12:01 $ 34 34 * 35 35 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 50 50 #include "psLogMsg.h" 51 51 #include "psConstants.h" 52 #include "ps DataManipErrors.h"52 #include "psErrorText.h" 53 53 54 54 /***************************************************************************** … … 426 426 } 427 427 428 ps PtrpsBinaryOp(psPtr out, const psPtr in1, const char *op, const psPtr in2)428 psMathType* 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.
