IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6485


Ignore:
Timestamp:
Feb 24, 2006, 1:55:28 PM (20 years ago)
Author:
Paul Price
Message:

Fixing conversion to F32.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/stacRead.c

    r5745 r6485  
    4040            psTrace("stac.read.images", 3, "Converting %s to floating point in memory....\n",
    4141                    filenames->data[i]);
    42             images->data[i] = psImageCopy(NULL, image, PS_TYPE_F32);
     42            psImage *copy = psImageCopy(NULL, image, PS_TYPE_F32);
    4343            psFree(image);
     44            image = copy;
    4445        }
    4546        int numNaN = psImageClipNaN(image, 0.0);
Note: See TracChangeset for help on using the changeset viewer.