Changeset 2702
- Timestamp:
- Dec 10, 2004, 5:06:31 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMatrixVectorArithmetic.c
r2692 r2702 29 29 * @author Ross Harman, MHPCC 30 30 * 31 * @version $Revision: 1.3 2$ $Name: not supported by cvs2svn $32 * @date $Date: 2004-12-1 0 21:37:37$31 * @version $Revision: 1.33 $ $Name: not supported by cvs2svn $ 32 * @date $Date: 2004-12-11 03:06:31 $ 33 33 * 34 34 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 80 80 ps##TYPE *i1 = NULL; \ 81 81 ps##TYPE *i2 = NULL; \ 82 npt = ((psVector* )IN 1)->n; \82 npt = ((psVector* )IN2)->n; \ 83 83 o = ((psVector* )OUT)->data.TYPE; \ 84 84 i1 = &((psScalar* )IN1)->data.TYPE; \ … … 98 98 ps##TYPE *i1 = NULL; \ 99 99 ps##TYPE *i2 = NULL; \ 100 numRows = ((psImage* )IN 1)->numRows; \101 numCols = ((psImage* )IN 1)->numCols; \100 numRows = ((psImage* )IN2)->numRows; \ 101 numCols = ((psImage* )IN2)->numCols; \ 102 102 for(j = 0; j < numCols; j++) { \ 103 103 o = ((psImage* )OUT)->data.TYPE[j]; \
Note:
See TracChangeset
for help on using the changeset viewer.
