IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19242


Ignore:
Timestamp:
Aug 27, 2008, 2:09:07 PM (18 years ago)
Author:
Paul Price
Message:

Need to read into original.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackMatch.c

    r19235 r19242  
    117117        psStringAppend(&weightName, "%s.%d.%s", outName, numInput, tempWeight);
    118118
    119         if (!readImage(&output->image, imageName, config) || !readImage(&output->mask, maskName, config) ||
    120             !readImage(&output->weight, weightName, config)) {
     119        if (!readImage(&readout->image, imageName, config) || !readImage(&readout->mask, maskName, config) ||
     120            !readImage(&readout->weight, weightName, config)) {
    121121            psError(PS_ERR_IO, false, "Unable to read previously produced image.");
    122122            psFree(imageName);
Note: See TracChangeset for help on using the changeset viewer.