- Timestamp:
- Jul 11, 2008, 8:40:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080706/ppStats/src/ppStatsSetupFromRecipe.c
r13999 r18475 127 127 } 128 128 129 // set the mask value used for stand-alone analyses. 129 130 if (data->maskVal == 0) { 130 131 const char *names = psMetadataLookupStr(&mdok, recipe, "MASKVAL"); // Names for mask value 131 132 if (mdok) { 132 data->maskVal = pmConfigMask (names, config);133 data->maskVal = pmConfigMaskGet(names, config); 133 134 } else { 134 135 psWarning("MASKVAL in recipe is not of type STR --- retaining default.\n");
Note:
See TracChangeset
for help on using the changeset viewer.
