Index: trunk/psLib/src/dataManip/psFunctions.h
===================================================================
--- trunk/psLib/src/dataManip/psFunctions.h	(revision 4190)
+++ trunk/psLib/src/dataManip/psFunctions.h	(revision 4315)
@@ -12,6 +12,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-09 19:26:48 $
+ *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-18 02:30:49 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -41,9 +41,9 @@
  *  @return psF32      value on the gaussian curve given the input parameters
  */
-psF32 psGaussian(
-    psF32 x,                           ///< Value at which to evaluate
-    psF32 mean,                        ///< Mean for the Gaussian
-    psF32 stddev,                      ///< Standard deviation for the Gaussian
-    psBool normal                      ///< Indicates whether result should be normalized
+float psGaussian(
+    float x,                           ///< Value at which to evaluate
+    float mean,                        ///< Mean for the Gaussian
+    float sigma,                       ///< Standard deviation for the Gaussian
+    bool normal                        ///< Indicates whether result should be normalized
 );
 
