Index: trunk/psLib/src/image/psImage.h
===================================================================
--- trunk/psLib/src/image/psImage.h	(revision 1606)
+++ trunk/psLib/src/image/psImage.h	(revision 1634)
@@ -12,6 +12,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-23 22:36:03 $
+ *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-27 19:05:40 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -113,9 +113,9 @@
  *                   given x,y doesn't coorespond to a valid image location
  */
-psF32 psImagePixelInterpolate(
+psC64 psImagePixelInterpolate(
     const psImage* input,              ///< input image for interpolation
     float x,                           ///< column location to derive value of
     float y,                           ///< row location ot derive value of
-    psF32 unexposedValue,              ///< return value if x,y location is not in image.
+    psC64 unexposedValue,              ///< return value if x,y location is not in image.
     psImageInterpolateMode mode        ///< interpolation mode
 );
