Index: /trunk/psLib/src/image/psImageExtraction.c
===================================================================
--- /trunk/psLib/src/image/psImageExtraction.c	(revision 1602)
+++ /trunk/psLib/src/image/psImageExtraction.c	(revision 1603)
@@ -10,6 +10,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-09 23:34:58 $
+*  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-20 01:10:54 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -25,5 +25,8 @@
 psImage* psImageSubset(psImage* out,
                        psImage* image,
-                       unsigned int numCols, unsigned int numRows, unsigned int col0, unsigned int row0)
+                       unsigned int numCols,
+                       unsigned int numRows,
+                       unsigned int col0,
+                       unsigned int row0)
 {
     unsigned int elementSize;   // size of image
@@ -101,5 +104,7 @@
 }
 
-psImage* psImageCopy(psImage* restrict output, const psImage* input, psElemType type)
+psImage* psImageCopy(psImage* restrict output,
+                     const psImage* input,
+                     psElemType type)
 {
     psElemType inDatatype;
@@ -250,5 +255,7 @@
                        unsigned int row,
                        unsigned int numCols,
-                       unsigned int numRows, psImageCutDirection direction, const psStats* stats)
+                       unsigned int numRows,
+                       psImageCutDirection direction,
+                       const psStats* stats)
 {
     double statVal;
