Changeset 27076
- Timestamp:
- Feb 25, 2010, 11:23:53 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStack.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStack.c
r27075 r27076 100 100 101 101 // Ensure everything closes 102 ppStackFileActivation(config, PPSTACK_FILES_PREPARE, true); 103 ppStackFileActivation(config, PPSTACK_FILES_CONVOLVE, true); 104 ppStackFileActivation(config, PPSTACK_FILES_COMBINE, true); 105 ppStackFileActivation(config, PPSTACK_FILES_PHOT, true); 106 if (!ppStackFilesIterateUp(config)) { 107 psErrorStackPrint(stderr, "Unable to close files."); 102 if (config) { 103 ppStackFileActivation(config, PPSTACK_FILES_PREPARE, true); 104 ppStackFileActivation(config, PPSTACK_FILES_CONVOLVE, true); 105 ppStackFileActivation(config, PPSTACK_FILES_COMBINE, true); 106 ppStackFileActivation(config, PPSTACK_FILES_PHOT, true); 107 if (!ppStackFilesIterateUp(config)) { 108 psErrorStackPrint(stderr, "Unable to close files."); 109 } 108 110 } 109 111
Note:
See TracChangeset
for help on using the changeset viewer.
