IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 19, 2004, 12:01:19 PM (22 years ago)
Author:
desonia
Message:

changed the return value of psImageWriteSection, as according to bugzilla
bug #106.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageIO.h

    r974 r1241  
    99 *  @author Robert DeSonia, MHPCC
    1010 *
    11  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-06-10 01:58:06 $
     11 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-07-19 22:01:19 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1616# ifndef PS_IMAGEIO_H
    1717# define PS_IMAGEIO_H
     18
     19#include <stdbool.h>
    1820
    1921#include "psImage.h"
     
    5456/** Read an image or subimage from a FITS file specified by a filename.
    5557 *
    56  *  return psImage*         NULL if an error, otherwise same as input psImage
     58 *  return bool         TRUE is successful, otherwise FALSE.
    5759 */
    58 int psImageWriteSection(
     60bool psImageWriteSection(
    5961    psImage* input,
    6062    /**< the psImage to write */
Note: See TracChangeset for help on using the changeset viewer.