Changeset 9740 for trunk/stac/src/stacTransform.c
- Timestamp:
- Oct 24, 2006, 2:27:29 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/stacTransform.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/stacTransform.c
r8783 r9740 131 131 if (*outputs == NULL) { 132 132 *outputs = psArrayAlloc(nImages); 133 (*outputs)->n = nImages;134 133 psTrace("stac.transform", 5, "Allocating space for transformed images, %dx%d\n", outnx, outny); 135 134 for (int i = 0; i < nImages; i++) { … … 143 142 if (errors && (*outErrors == NULL)) { 144 143 *outErrors = psArrayAlloc(errors->n); 145 (*outErrors)->n = errors->n;146 144 psTrace("stac.transform", 5, "Allocating space for transformed error images, %dx%d\n", outnx, outny); 147 145 for (int i = 0; i < nImages; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
