Changeset 25829
- Timestamp:
- Oct 12, 2009, 5:53:47 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageSetMaskBits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageSetMaskBits.c
r25299 r25829 38 38 psAssert (options->lowMask, "low mask not set"); 39 39 40 // mask for suspect regions due to burntool 41 options->burntoolMask = pmConfigMaskGet("BURNTOOL",config); 42 psAssert (options->burntoolMask, "burntool mask not set"); 40 // mask for suspect regions due to burntool if we need to. 41 if (options->doMaskBurntool) { 42 options->burntoolMask = pmConfigMaskGet("BURNTOOL",config); 43 psAssert (options->burntoolMask, "burntool mask not set"); 44 } 43 45 44 46 // save MASK and MARK on the PSPHOT recipe
Note:
See TracChangeset
for help on using the changeset viewer.
