Changeset 21403
- Timestamp:
- Feb 6, 2009, 3:25:41 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/src/ppstampMakeStamp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/src/ppstampMakeStamp.c
r21160 r21403 333 333 } 334 334 } 335 if (readout-> weight) {336 outReadout-> weight = extractStamp(readout->weight, extractRegion, 0);337 if (!outReadout-> weight) {335 if (readout->variance) { 336 outReadout->variance = extractStamp(readout->variance, extractRegion, 0); 337 if (!outReadout->variance) { 338 338 psError(PS_ERR_UNKNOWN, false, "failed to create postage stamp weight image\n"); 339 339 status = false;
Note:
See TracChangeset
for help on using the changeset viewer.
