Index: trunk/psLib/src/imageops/psImagePixelManip.h
===================================================================
--- trunk/psLib/src/imageops/psImagePixelManip.h	(revision 4920)
+++ trunk/psLib/src/imageops/psImagePixelManip.h	(revision 4934)
@@ -8,6 +8,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-08-31 02:07:11 $
+ *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-08-31 21:58:22 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -51,8 +51,8 @@
 int psImageClipComplexRegion(
     psImage* input,                    ///< the image to clip
-    complex double min,                       ///< the minimum image value allowed
-    complex double vmin,                      ///< the value pixels < min are set to
-    complex double max,                       ///< the maximum image value allowed
-    complex double vmax                       ///< the value pixels > max are set to
+    complex min,                       ///< the minimum image value allowed
+    complex vmin,                      ///< the value pixels < min are set to
+    complex max,                       ///< the maximum image value allowed
+    complex vmax                       ///< the value pixels > max are set to
 );
 
