IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 19, 2012, 5:45:03 PM (14 years ago)
Author:
watersc1
Message:

finally tracked down the source of that bug. I need to check that I have all my debugging code out, but this at least works.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20120906/ppStack/src/ppStackCleanup.c

    r34666 r34678  
    7676
    7777bool ppStackCleanup (pmConfig *config, ppStackOptions *options) {
    78 
    7978    psExit exitValue = ppStackExitCode(PS_EXIT_SUCCESS); // Exit code
    80 
     79   
    8180    // Ensure everything closes
    8281    if (config) {
     
    8685        ppStackFileActivation(config, PPSTACK_FILES_UNCONV, true);
    8786        ppStackFileActivation(config, PPSTACK_FILES_PHOT, true);
     87        ppStackFileActivation(config, PPSTACK_FILES_MEDIAN_IN, true);
     88        ppStackFileActivation(config, PPSTACK_FILES_MEDIAN_OUT, true);
    8889        if (!ppStackFilesIterateUp(config)) {
    8990            psError(psErrorCodeLast(), false, "Unable to close files.");
Note: See TracChangeset for help on using the changeset viewer.