Index: trunk/psLib/src/imageops/psImageGeomManip.h
===================================================================
--- trunk/psLib/src/imageops/psImageGeomManip.h	(revision 11248)
+++ trunk/psLib/src/imageops/psImageGeomManip.h	(revision 12431)
@@ -6,6 +6,6 @@
  * @author Robert DeSonia, MHPCC
  *
- * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-01-23 22:47:23 $
+ * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-03-14 00:39:50 $
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
@@ -27,5 +27,5 @@
  *  specified the number of pixels used to define a new pixel in the output image.
  *  The output image is generated from all input image pixels. This function is
- *  defined for psU8, psS8, psS16, psF32, psF64, psC32, and psC64.
+ *  defined for psU8, psS8, psS16, psF32, psF64.
  *
  *  @return psImage    new image formed by rebinning input image.
@@ -65,6 +65,5 @@
  *  center pixel of the image. The rotation is specified in the sense that a
  *  positive angle is an anti-clockwise rotation. This function must be
- *  defined for the following types: psU8, psU16, psS8, psS16, psF32, psF64,
- *  psC32, psC64.
+ *  defined for the following types: psU8, psU16, psS8, psS16, psF32, psF64.
  *
  *  @return psImage*     the rotated image result.
@@ -74,5 +73,5 @@
     const psImage* input,              ///< input image
     float angle,                       ///< the rotation angle in radians.
-    double complex exposed,            ///< the output image pixel values for non-imagery areas
+    double exposed,                    ///< the output image pixel values for non-imagery areas
     psImageInterpolateMode mode        ///< the interpolation mode used
 );
@@ -85,5 +84,5 @@
  *  output image are lost. Newly exposed pixels are set to the value given by
  *  exposed. This function must be defined for the following types: psU8,
- *  psU16, psS8, psS16, psF32, psF64, psC32, psC64.
+ *  psU16, psS8, psS16, psF32, psF64.
  *
  *  @return psImage*     the shifted image result.
@@ -94,5 +93,5 @@
     float dx,                          ///< the shift in x direction.
     float dy,                          ///< the shift in y direction.
-    double complex exposed,            ///< the output image pixel values for non-imagery areas
+    double exposed,                    ///< the output image pixel values for non-imagery areas
     psImageInterpolateMode mode        ///< the interpolation mode to use
 );
@@ -105,9 +104,9 @@
  *  output image are lost. Newly exposed pixels are set to the value given by
  *  exposed. This function must be defined for the following types: psU8,
- *  psU16, psS8, psS16, psF32, psF64, psC32, psC64.
+ *  psU16, psS8, psS16, psF32, psF64.
  *
  *  This implementation uses a NxN kernel generated based on the interpolation method
  *  the image is first shifted by a fractional amount with the kernel, then
- *  shifted in place by an integer amount. 
+ *  shifted in place by an integer amount.
  *
  *  XXX the integer shift portion is not implemented
@@ -136,5 +135,5 @@
  *  The output image is the same dimensions as the input image.  Edge pixels
  *  wrap to the other side (no values are lost).  This function is
- *  defined for psU8, psS8, psS16, psF32, psF64, psC32, and psC64.
+ *  defined for psU8, psS8, psS16, psF32, psF64.
  *
  *  @return psImage* the rolled version of the input image.
@@ -169,5 +168,5 @@
  *  return to the user. This function must be capable of handling the following
  *  types for the input (with corresponding types for the output): psF32, psF64.
- 
+
  *
  *  @return psImage*    The transformed image.
