Changeset 6887 for trunk/stac/src/stacTransform.c
- Timestamp:
- Apr 18, 2006, 12:20:45 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/stacTransform.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/stacTransform.c
r5745 r6887 127 127 if (*outputs == NULL) { 128 128 *outputs = psArrayAlloc(nImages); 129 (*outputs)->n = nImages; 129 130 psTrace("stac.transform", 5, "Allocating space for transformed images, %dx%d\n", outnx, outny); 130 131 for (int i = 0; i < nImages; i++) { … … 138 139 if (errors && (*outErrors == NULL)) { 139 140 *outErrors = psArrayAlloc(errors->n); 141 (*outErrors)->n = errors->n; 140 142 psTrace("stac.transform", 5, "Allocating space for transformed error images, %dx%d\n", outnx, outny); 141 143 for (int i = 0; i < nImages; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
