Index: trunk/psLib/src/image/psImageExtraction.h
===================================================================
--- trunk/psLib/src/image/psImageExtraction.h	(revision 1359)
+++ trunk/psLib/src/image/psImageExtraction.h	(revision 1374)
@@ -1,3 +1,3 @@
-/** @file  psImageManip.h
+/** @file  psImageExtraction.h
 *
 *  @brief Contains basic image extraction operations, as specified in the 
@@ -9,6 +9,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-07-31 02:27:43 $
+*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-04 00:55:17 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -41,9 +41,9 @@
 */
 psImage *psImageSubset(
-    psImage *out,                        ///< Subimage to return, or NULL.
-    psImage *image,                      ///< Parent image.
-    unsigned int numCols,                ///< Subimage width (<= image.nCols - col0).
-    unsigned int numRows,                ///< Subimage height (<= image.nRows - row0).
-    unsigned int col0,                   ///< Subimage col-offset (0 <= col0 < nCol).
+    psImage *out,                         ///< Subimage to return, or NULL.
+    psImage *image,                       ///< Parent image.
+    unsigned int numCols,                 ///< Subimage width (<= image.nCols - col0).
+    unsigned int numRows,                 ///< Subimage height (<= image.nRows - row0).
+    unsigned int col0,                    ///< Subimage col-offset (0 <= col0 < nCol).
     unsigned int row0                   ///< Subimage row-offset (0 <= row0 < nCol).
 );
