Changeset 13123 for trunk/psLib/test/math/tap_psMatrixVectorArithmetic03.c
- Timestamp:
- May 1, 2007, 6:14:33 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psMatrixVectorArithmetic03.c
r12431 r13123 15 15 * @author Ross Harman, MHPCC 16 16 * 17 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $18 * @date $Date: 2007-0 3-14 00:39:51$17 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 18 * @date $Date: 2007-05-02 04:14:33 $ 19 19 * 20 20 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 68 68 // Check for NULL input argument #1 69 69 70 if ( 0) {70 if (1) { 71 71 psMemId id = psMemGetId(); 72 72 psImage* image6 = (psImage*)psBinaryOp(image6, NULL, "+", image2); … … 249 249 psFree(image3); 250 250 psFree(image4); 251 psFree(image5);252 251 psFree(vector1); 253 252 psFree(vector2);
Note:
See TracChangeset
for help on using the changeset viewer.
