Changeset 18924 for trunk/pswarp/src/pswarpLoop.c
- Timestamp:
- Aug 5, 2008, 2:39:59 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpLoop.c
r18839 r18924 64 64 bool pswarpLoop(pmConfig *config) 65 65 { 66 bool status; 66 bool status; 67 67 68 68 // load the recipe … … 74 74 75 75 // output mask bits 76 psMaskType maskValue = psMetadataLookupU8(&status, recipe, "MASK.OUTPUT"); 76 psMaskType maskValue = psMetadataLookupU8(&status, recipe, "MASK.OUTPUT"); 77 77 psAssert (status, "MASK.OUTPUT was not defined"); 78 78
Note:
See TracChangeset
for help on using the changeset viewer.
