IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1357


Ignore:
Timestamp:
Jul 30, 2004, 3:50:33 PM (22 years ago)
Author:
harman
Message:

Added fitsio.h to top of file to avoid posioned allocators

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/pslib.h

    r1292 r1357  
    11/** @file  pslib.h
    2  *
    3  *  @brief Contains the complete list of header files for pslib.
    4  *
    5  *  This header file includes all the necessary header files for a user to
    6  *  user all public functions within the pslib library.
    7  *
    8  *  @author Eric Van Alst, MHPCC
    9  *
    10  *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2004-07-24 02:00:21 $
    12  *
    13  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    14  */
     2*
     3*  @brief Contains the complete list of header files for pslib.
     4*
     5*  This header file includes all the necessary header files for a user to
     6*  user all public functions within the pslib library.
     7*
     8*  @author Eric Van Alst, MHPCC
     9*
     10*  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2004-07-31 01:50:33 $
     12*
     13*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     14*/
    1515
    1616#ifndef PS_LIB_H
     
    3434 *  @ingroup SysUtils
    3535 */
     36
     37#include "fitsio.h"
    3638
    3739#include "psMemory.h"
Note: See TracChangeset for help on using the changeset viewer.