Index: trunk/psLib/src/math/psClip.h
===================================================================
--- trunk/psLib/src/math/psClip.h	(revision 14452)
+++ trunk/psLib/src/math/psClip.h	(revision 21183)
@@ -4,6 +4,6 @@
  * @author Paul Price, IfA.
  *
- * $Revision: 1.5 $ $Name: not supported by cvs2svn $
- * $Date: 2007-08-09 01:40:07 $
+ * $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ * $Date: 2009-01-27 06:39:38 $
  * Copyright 2007 Institute for Astronomy, University of Hawaii
  */
@@ -25,6 +25,6 @@
     int iter;                           ///< Number of rejection iterations; unused by psClip functions
     float rej;                          ///< Rejection limit (standard deviations)
-    psMaskType masked;                  ///< Mask value for entries already masked
-    psMaskType clipped;                 ///< Mask value to give to clipped entries
+    psVectorMaskType masked;                  ///< Mask value for entries already masked
+    psVectorMaskType clipped;                 ///< Mask value to give to clipped entries
     double mean;                        ///< Resultant mean
     double stdev;                       ///< Resultant stdev
@@ -35,6 +35,6 @@
 psClipParams *psClipParamsAlloc(psStatsOptions meanStat, ///< Stats option to use for mean
                                 psStatsOptions stdevStat, ///< Stats option to use for standard deviation
-                                psMaskType masked, ///< Mask value for entries already masked
-                                psMaskType clipped ///< Mask value to give to clipped entries
+                                psVectorMaskType masked, ///< Mask value for entries already masked
+                                psVectorMaskType clipped ///< Mask value to give to clipped entries
     ) PS_ATTR_MALLOC;
 
