Changeset 9574 for trunk/psastro/src/psastroMosaicAstrom.c
- Timestamp:
- Oct 13, 2006, 5:10:34 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroMosaicAstrom.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMosaicAstrom.c
r9374 r9574 9 9 psMetadata *recipe = psMetadataLookupPtr (NULL, config->recipes, "PSASTRO"); 10 10 if (!recipe) { 11 psError StackPrint(stderr, "Can't find PSASTRO recipe!\n");12 exit(EXIT_FAILURE);11 psError(PSASTRO_ERR_CONFIG, true, "Can't find PSASTRO recipe!\n"); 12 return false; 13 13 } 14 14 … … 16 16 pmFPAfile *input = psMetadataLookupPtr (NULL, config->files, "PSASTRO.INPUT"); 17 17 if (!input) { 18 psError StackPrint(stderr, "Can't find input data!\n");19 exit(EXIT_FAILURE);18 psError(PSASTRO_ERR_CONFIG, true, "Can't find input data!\n"); 19 return false; 20 20 } 21 21
Note:
See TracChangeset
for help on using the changeset viewer.
