Changeset 3680 for trunk/stac/src/stacRead.c
- Timestamp:
- Apr 6, 2005, 12:09:54 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/stacRead.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/stacRead.c
r3666 r3680 32 32 psFree(image); 33 33 } else { 34 int numNaN = psImageClipNaN(image, 0.0); 35 if (numNaN) { 36 psTrace("stac.read.images", 5, "Clipped %d NaN pixels.\n", numNaN); 37 } 34 38 images->data[i] = image; 35 39 }
Note:
See TracChangeset
for help on using the changeset viewer.
