Index: /trunk/psLib/src/image/psImage.c
===================================================================
--- /trunk/psLib/src/image/psImage.c	(revision 2969)
+++ /trunk/psLib/src/image/psImage.c	(revision 2970)
@@ -9,6 +9,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-04 02:34:57 $
+ *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-13 03:26:23 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -101,8 +101,8 @@
 }
 
-psRegion* psRegionAlloc(double x0,
-                        double x1,
-                        double y0,
-                        double y1)
+psRegion* psRegionAlloc(psF32 x0,
+                        psF32 x1,
+                        psF32 y0,
+                        psF32 y1)
 {
     psRegion* out = psAlloc(sizeof(psRegion));
Index: /trunk/psLib/src/image/psImage.h
===================================================================
--- /trunk/psLib/src/image/psImage.h	(revision 2969)
+++ /trunk/psLib/src/image/psImage.h	(revision 2970)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-04 02:34:57 $
+ *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-13 03:26:23 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -82,8 +82,8 @@
 typedef struct
 {
-    double x0;                         ///< the first column of the region.
-    double x1;                         ///< the last column of the region.
-    double y0;                         ///< the first row of the region.
-    double y1;                         ///< the last row of the region.
+    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.
 }
 psRegion;
@@ -112,8 +112,8 @@
  */
 psRegion* psRegionAlloc(
-    double x0,                         ///< the first column of the region.
-    double x1,                         ///< the last column of the region.
-    double y0,                         ///< the first row of the region.
-    double y1                          ///< the last row of the region.
+    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.
 );
 
Index: /trunk/psLib/src/mathtypes/psImage.c
===================================================================
--- /trunk/psLib/src/mathtypes/psImage.c	(revision 2969)
+++ /trunk/psLib/src/mathtypes/psImage.c	(revision 2970)
@@ -9,6 +9,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-04 02:34:57 $
+ *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-13 03:26:23 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -101,8 +101,8 @@
 }
 
-psRegion* psRegionAlloc(double x0,
-                        double x1,
-                        double y0,
-                        double y1)
+psRegion* psRegionAlloc(psF32 x0,
+                        psF32 x1,
+                        psF32 y0,
+                        psF32 y1)
 {
     psRegion* out = psAlloc(sizeof(psRegion));
Index: /trunk/psLib/src/mathtypes/psImage.h
===================================================================
--- /trunk/psLib/src/mathtypes/psImage.h	(revision 2969)
+++ /trunk/psLib/src/mathtypes/psImage.h	(revision 2970)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-04 02:34:57 $
+ *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-13 03:26:23 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -82,8 +82,8 @@
 typedef struct
 {
-    double x0;                         ///< the first column of the region.
-    double x1;                         ///< the last column of the region.
-    double y0;                         ///< the first row of the region.
-    double y1;                         ///< the last row of the region.
+    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.
 }
 psRegion;
@@ -112,8 +112,8 @@
  */
 psRegion* psRegionAlloc(
-    double x0,                         ///< the first column of the region.
-    double x1,                         ///< the last column of the region.
-    double y0,                         ///< the first row of the region.
-    double y1                          ///< the last row of the region.
+    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.
 );
 
