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