Changeset 6485
- Timestamp:
- Feb 24, 2006, 1:55:28 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/stacRead.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/stacRead.c
r5745 r6485 40 40 psTrace("stac.read.images", 3, "Converting %s to floating point in memory....\n", 41 41 filenames->data[i]); 42 images->data[i]= psImageCopy(NULL, image, PS_TYPE_F32);42 psImage *copy = psImageCopy(NULL, image, PS_TYPE_F32); 43 43 psFree(image); 44 image = copy; 44 45 } 45 46 int numNaN = psImageClipNaN(image, 0.0);
Note:
See TracChangeset
for help on using the changeset viewer.
