Index: trunk/psLib/src/imageops/psImageConvolve.h
===================================================================
--- trunk/psLib/src/imageops/psImageConvolve.h	(revision 5624)
+++ trunk/psLib/src/imageops/psImageConvolve.h	(revision 11153)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-11-30 02:00:07 $
+ *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-01-19 04:30:33 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -150,4 +150,12 @@
 );
 
+bool psImageSmoothMaskF32(
+    psImage *image,                    ///< the image to be smoothed
+    psImage *mask,                     ///< optional mask
+    psMaskType maskVal,
+    double  sigma,                     ///< the width of the smoothing kernel in pixels
+    double  Nsigma                     ///< the size of the smoothing box in sigmas
+);
+
 
 #endif // #ifndef PS_IMAGE_CONVOLVE_H
