Index: trunk/psLib/src/image/psImage.c
===================================================================
--- trunk/psLib/src/image/psImage.c	(revision 1606)
+++ trunk/psLib/src/image/psImage.c	(revision 1634)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-23 22:36:03 $
+ *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-27 19:05:40 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -40,5 +40,7 @@
 /*****************************************************************************/
 
-psImage* psImageAlloc(unsigned int numCols, unsigned int numRows, const psElemType type)
+psImage* psImageAlloc(unsigned int numCols,
+                      unsigned int numRows,
+                      const psElemType type)
 {
     int area = 0;
@@ -122,5 +124,8 @@
 }
 
-psImage* psImageRecycle(psImage* old, unsigned int numCols, unsigned int numRows, const psElemType type)
+psImage* psImageRecycle(psImage* old,
+                        unsigned int numCols,
+                        unsigned int numRows,
+                        const psElemType type)
 {
     int elementSize = PSELEMTYPE_SIZEOF(type);  // element
@@ -215,6 +220,9 @@
 linear interpolation is performed on the image.
  *****************************************************************************/
-psF32 psImagePixelInterpolate(const psImage* input,
-                              float x, float y, psF32 unexposedValue, psImageInterpolateMode mode)
+psC64 psImagePixelInterpolate(const psImage* input,
+                              float x,
+                              float y,
+                              psC64 unexposedValue,
+                              psImageInterpolateMode mode)
 {
 
@@ -311,4 +319,5 @@
 PSIMAGE_PIXEL_INTERPOLATE_FLAT_COMPLEX(C32)
 PSIMAGE_PIXEL_INTERPOLATE_FLAT_COMPLEX(C64)
+
 #define PSIMAGE_PIXEL_INTERPOLATE_BILINEAR(TYPE) \
 inline psF64 p_psImagePixelInterpolateBILINEAR_##TYPE(const psImage* input, \
