Index: trunk/psLib/src/math/psPolynomial.h
===================================================================
--- trunk/psLib/src/math/psPolynomial.h	(revision 3598)
+++ trunk/psLib/src/math/psPolynomial.h	(revision 4162)
@@ -12,11 +12,11 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-03-31 23:01:46 $
+ *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-08 23:40:45 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
 
-#if !defined(PS_FUNCTIONS_H)
+#ifndef PS_FUNCTIONS_H
 #define PS_FUNCTIONS_H
 
@@ -34,8 +34,8 @@
 
 /** Evaluate a non-normalized Gaussian with the given mean and sigma at the
- *  given coordianate.  
- *
- *  Note that this is not a Gaussian deviate.  The evaluated Gaussian is: 
- *        \f[ exp(-\frac{(x-mean)^2}{2\sigma^2}) \f] 
+ *  given coordianate.
+ *
+ *  Note that this is not a Gaussian deviate.  The evaluated Gaussian is:
+ *        \f[ exp(-\frac{(x-mean)^2}{2\sigma^2}) \f]
  *
  *  @return psF32      value on the gaussian curve given the input parameters
@@ -49,8 +49,8 @@
 
 /** Produce a vector of random numbers from a Gaussian distribution with
- *  the specified mean and sigma 
- *  
+ *  the specified mean and sigma
+ *
  *  @return psVector*    vector of random numbers
- *  
+ *
  */
 psVector* p_psGaussianDev(
@@ -433,8 +433,8 @@
                          const psVector* y,
                          psF32 X);
-#endif
-
-/* \} */// End of MathGroup Functions
-
-#endif
-
+#endif // #if 0
+
+/** \} */ // End of MathGroup Functions
+
+#endif // #ifndef PS_FUNCTIONS_H
+
