- Timestamp:
- Nov 19, 2012, 5:45:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20120906/ppStack/src/ppStackCleanup.c
r34666 r34678 76 76 77 77 bool ppStackCleanup (pmConfig *config, ppStackOptions *options) { 78 79 78 psExit exitValue = ppStackExitCode(PS_EXIT_SUCCESS); // Exit code 80 79 81 80 // Ensure everything closes 82 81 if (config) { … … 86 85 ppStackFileActivation(config, PPSTACK_FILES_UNCONV, true); 87 86 ppStackFileActivation(config, PPSTACK_FILES_PHOT, true); 87 ppStackFileActivation(config, PPSTACK_FILES_MEDIAN_IN, true); 88 ppStackFileActivation(config, PPSTACK_FILES_MEDIAN_OUT, true); 88 89 if (!ppStackFilesIterateUp(config)) { 89 90 psError(psErrorCodeLast(), false, "Unable to close files.");
Note:
See TracChangeset
for help on using the changeset viewer.
