- Timestamp:
- Oct 18, 2009, 10:23:28 AM (17 years ago)
- Location:
- branches/eam_branches/20090820
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppImage/src/ppImageSetMaskBits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090820
-
branches/eam_branches/20090820/ppImage/src/ppImageSetMaskBits.c
r25766 r25870 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.
