IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Making the assertion that the FITS filehandle has been closed optional and controllable. In the event that an I/O error occurs on the final close, we don't want to produce a failed assertion because we can't close the file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfile.h

    r26893 r27134  
    162162    );
    163163
     164/// Set strict checking when freeing file
     165///
     166/// If true (default), freeing a pmFPAfile involves asserting that the FITS filehandle has been closed.
     167bool pmFPAfileFreeSetStrict(bool new    // New state
     168    );
    164169
    165170
Note: See TracChangeset for help on using the changeset viewer.