Changeset 6770 for trunk/psLib/src/imageops/psImagePixelExtract.c
- Timestamp:
- Apr 4, 2006, 12:04:46 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
r6750 r6770 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-04-0 1 02:43:57$10 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-04-04 22:04:45 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 103 103 } 104 104 105 psVectorRecycle(out, input->numCols, input->type.type);105 out = psVectorRecycle(out, input->numCols, input->type.type); 106 106 107 107 switch (input->type.type) { … … 233 233 } 234 234 235 psVectorRecycle(out, input->numRows, input->type.type);235 out = psVectorRecycle(out, input->numRows, input->type.type); 236 236 237 237 switch (input->type.type) {
Note:
See TracChangeset
for help on using the changeset viewer.
