Index: trunk/psLib/src/image/psImage.h
===================================================================
--- trunk/psLib/src/image/psImage.h	(revision 4409)
+++ trunk/psLib/src/image/psImage.h	(revision 4493)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-28 20:17:52 $
+ *  @version $Revision: 1.60 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-07-07 02:17:53 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -51,5 +51,5 @@
 typedef struct psImage
 {
-    const psType type;                 ///< Image data type and dimension.
+    const psMathType type;                 ///< Image data type and dimension.
     const psU32 numCols;               ///< Number of columns in image
     const psU32 numRows;               ///< Number of rows in image.
@@ -87,8 +87,8 @@
 typedef struct
 {
-    psF32 x0;                         ///< the first column of the region.
-    psF32 x1;                         ///< the last column of the region.
-    psF32 y0;                         ///< the first row of the region.
-    psF32 y1;                         ///< the last row of the region.
+    float x0;                         ///< the first column of the region.
+    float x1;                         ///< the last column of the region.
+    float y0;                         ///< the first row of the region.
+    float y1;                         ///< the last row of the region.
 }
 psRegion;
@@ -113,8 +113,8 @@
  */
 psRegion psRegionSet(
-    psF32 x0,                         ///< the first column of the region.
-    psF32 x1,                         ///< the last column of the region + 1.
-    psF32 y0,                         ///< the first row of the region.
-    psF32 y1                          ///< the last row of the region + 1.
+    float x0,                         ///< the first column of the region.
+    float x1,                         ///< the last column of the region + 1.
+    float y0,                         ///< the first row of the region.
+    float y1                          ///< the last row of the region + 1.
 );
 
@@ -152,5 +152,5 @@
 
 /** Copy an image to a new buffer
- *  
+ *
  *  @return True if image copied or false if error
  */
