Changeset 9740 for trunk/stac/src/shift.c
- Timestamp:
- Oct 24, 2006, 2:27:29 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/shift.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/shift.c
r8783 r9740 130 130 psArray *maps = psArrayAlloc(1); // An array of one 131 131 psArray *masks = psArrayAlloc(1); // An array of one 132 images->n = maps->n = masks->n = 1;133 132 images->data[0] = image; 134 133 maps->data[0] = map; … … 139 138 psVector *xSize = psVectorAlloc(1, PS_TYPE_S32); // A vector of one 140 139 psVector *ySize = psVectorAlloc(1, PS_TYPE_S32); // A vector of one 141 xSize->n = 1;142 ySize->n = 1;143 140 xSize->data.S32[0] = image->numCols; 144 141 ySize->data.S32[0] = image->numRows;
Note:
See TracChangeset
for help on using the changeset viewer.
