Changeset 4493 for trunk/psLib/src/image/psImageStructManip.c
- Timestamp:
- Jul 6, 2005, 4:17:54 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageStructManip.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageStructManip.c
r3977 r4493 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-0 5-19 05:18:20$10 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-07-07 02:17:53 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 94 94 95 95 out->data.V = psRealloc(out->data.V,sizeof(psPtr)*numRows); // resize row pointer array 96 *(ps Type*)&out->type = image->type;96 *(psMathType*)&out->type = image->type; 97 97 *(psU32*)&out->numCols = numCols; 98 98 *(psU32*)&out->numRows = numRows;
Note:
See TracChangeset
for help on using the changeset viewer.
