Changeset 26020 for trunk/ppStack
- Timestamp:
- Nov 3, 2009, 2:31:57 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackSetup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackSetup.c
r23688 r26020 47 47 48 48 // Generate temporary names for convolved images 49 const char *tempDir = psMetadataLookupStr(NULL, recipe, "TEMP.DIR"); // Directory for temporaryimages49 const char *tempDir = psMetadataLookupStr(NULL, config->site, "TEMP.DIR"); // Directory for temp images 50 50 if (!tempDir) { 51 psError(PS_ERR_BAD_PARAMETER_VALUE, false, "Unable to find TEMP.DIR in recipe");51 psError(PS_ERR_BAD_PARAMETER_VALUE, false, "Unable to find TEMP.DIR in site configuration"); 52 52 return false; 53 53 }
Note:
See TracChangeset
for help on using the changeset viewer.
