Index: trunk/psLib/src/image/psImageManip.h
===================================================================
--- trunk/psLib/src/image/psImageManip.h	(revision 1605)
+++ trunk/psLib/src/image/psImageManip.h	(revision 1635)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-20 02:55:58 $
+ *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-27 19:49:54 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -141,5 +141,5 @@
     const psImage* in,                 ///< input image
     float angle,                       ///< the rotation angle in degrees.
-    float unexposedValue,              ///< the output image pixel values for non-imagery areas
+    psC64 unexposedValue,              ///< the output image pixel values for non-imagery areas
     psImageInterpolateMode mode        ///< the interpolation mode used
 );
@@ -161,5 +161,5 @@
     float dx,                          ///< the shift in x direction.
     float dy,                          ///< the shift in y direction.
-    float unexposedValue,              ///< the output image pixel values for non-imagery areas
+    psC64 unexposedValue,              ///< the output image pixel values for non-imagery areas
     psImageInterpolateMode mode        ///< the interpolation mode to use
 );
