IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2005, 1:44:22 PM (21 years ago)
Author:
desonia
Message:

added enhancement to psFree so that it sets the reference being freed to
NULL (thanks Gus).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataIO/psFits.h

    r4214 r4308  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-11 02:19:05 $
     9 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-17 23:44:21 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3333 */
    3434typedef enum {
    35     PS_FITS_TYPE_NONE = -1,    ///< Unknown HDU type
    36     PS_FITS_TYPE_IMAGE = IMAGE_HDU,   ///< Image HDU type
    37     PS_FITS_TYPE_BINARY_TABLE = BINARY_TBL,   ///< Binary table HDU type
    38     PS_FITS_TYPE_ASCII_TABLE = ASCII_TBL,  ///< ASCII table HDU type
    39     PS_FITS_TYPE_ANY = ANY_HDU    ///< Any HDU type
     35    PS_FITS_TYPE_NONE = -1,            ///< Unknown HDU type
     36    PS_FITS_TYPE_IMAGE = IMAGE_HDU,    ///< Image HDU type
     37    PS_FITS_TYPE_BINARY_TABLE = BINARY_TBL, ///< Binary table HDU type
     38    PS_FITS_TYPE_ASCII_TABLE = ASCII_TBL,   ///< ASCII table HDU type
     39    PS_FITS_TYPE_ANY = ANY_HDU         ///< Any HDU type
    4040} psFitsType;
    4141
Note: See TracChangeset for help on using the changeset viewer.