Changeset 18558 for trunk/ppStats/src/ppStatsSetupFromRecipe.c
- Timestamp:
- Jul 15, 2008, 10:29:11 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStats/src/ppStatsSetupFromRecipe.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStatsSetupFromRecipe.c
r13999 r18558 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.
