IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 9, 2004, 1:34:58 PM (22 years ago)
Author:
desonia
Message:

cleanup of some indent-induced madness.

File:
1 edited

Legend:

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

    r1407 r1440  
    1010 *  @author Robert DeSonia, MHPCC
    1111 *
    12  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-08-07 00:06:06 $
     12 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-08-09 23:34:58 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2727/** Read an image or subimage from a FITS file specified by a filename.
    2828 *
    29  *  return psImage*         The image read from the specified file.  NULL
     29 *  return psImage* The image read from the specified file.  NULL
    3030 *                          signifies that a problem had occured.
    3131 */
    32 psImage *psImageReadSection(psImage * output,
     32psImage* psImageReadSection(psImage* output,
    3333
    3434                            /**< the output psImage to recycle, or NULL if new psImage desired */
     
    6767 *  return bool         TRUE is successful, otherwise FALSE.
    6868 */
    69 bool psImageWriteSection(psImage * input,
     69bool psImageWriteSection(psImage* input,
    7070
    7171                         /**< the psImage to write */
Note: See TracChangeset for help on using the changeset viewer.