Changeset 7122 for trunk/psLib/src/imageops/psImagePixelExtract.c
- Timestamp:
- May 15, 2006, 3:36:04 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImagePixelExtract.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImagePixelExtract.c
r7121 r7122 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1.2 1$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-05-16 01: 21:14 $10 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-05-16 01:36:04 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 85 85 86 86 out = psVectorRecycle(out, input->numCols, input->type.type); 87 out->n = input->numCols; 87 88 88 89 switch (input->type.type) { … … 173 174 174 175 out = psVectorRecycle(out, input->numRows, input->type.type); 176 out->n = input->numRows; 175 177 176 178 switch (input->type.type) {
Note:
See TracChangeset
for help on using the changeset viewer.
