Index: trunk/psLib/src/image/psImagePixelManip.h
===================================================================
--- trunk/psLib/src/image/psImagePixelManip.h	(revision 4367)
+++ trunk/psLib/src/image/psImagePixelManip.h	(revision 4385)
@@ -8,6 +8,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-23 03:50:29 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-25 00:51:28 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -51,8 +51,8 @@
 int psImageClipComplexRegion(
     psImage* input,                    ///< the image to clip
-    _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
+    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
 );
 
