Changeset 19242
- Timestamp:
- Aug 27, 2008, 2:09:07 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackMatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackMatch.c
r19235 r19242 117 117 psStringAppend(&weightName, "%s.%d.%s", outName, numInput, tempWeight); 118 118 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)) { 121 121 psError(PS_ERR_IO, false, "Unable to read previously produced image."); 122 122 psFree(imageName);
Note:
See TracChangeset
for help on using the changeset viewer.
