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.c

    r1407 r1440  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2004-08-07 00:06:06 $
     10 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2004-08-09 23:34:58 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2222#include "psMemory.h"
    2323
    24 psImage *psImageReadSection(psImage * output,
     24psImage* psImageReadSection(psImage* output,
    2525                            int col,
    2626                            int row,
     
    199199}
    200200
    201 bool psImageWriteSection(psImage * input, int col0, int row0, int z, char *extname, int extnum,
     201bool psImageWriteSection(psImage* input, int col0, int row0, int z, char *extname, int extnum,
    202202                         char *filename)
    203203{
Note: See TracChangeset for help on using the changeset viewer.