IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 2, 2010, 11:14:29 AM (16 years ago)
Author:
Paul Price
Message:

Don't assert that all FITS filehandles are closed if we have an error on the final write, because we KNOW that all FITS filehandles aren't necessarily closed, and a failed assertion would pervert the exit code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarp.c

    r27126 r27135  
    9090            psError(psErrorCodeLast(), false, "Unable to write files.");
    9191            exitValue = pswarpExitCode(exitValue);
     92            pmFPAfileFreeSetStrict(false);
    9293        }
    9394
Note: See TracChangeset for help on using the changeset viewer.