Index: trunk/psLib/src/math/psStats.h
===================================================================
--- trunk/psLib/src/math/psStats.h	(revision 4138)
+++ trunk/psLib/src/math/psStats.h	(revision 4162)
@@ -14,10 +14,10 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-07 23:11:54 $
+ *  @version $Revision: 1.42 $ $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_STATS_H)
+#ifndef PS_STATS_H
 #define PS_STATS_H
 
@@ -112,9 +112,9 @@
 /** The basic histogram structure which contains bounds and bins.
  *
- *  In this structure, the vector bounds specifies the boundaries of the 
- *  histogram bins, and must of type psF32, while nums specifies the number 
- *  of entries in the bin, and must of type psU32. The value of bounds.n must 
- *  therefore be 1 greater than than nums.n. The two values minNum and maxNum 
- *  are the number of data values which fell below the lower limit bound or 
+ *  In this structure, the vector bounds specifies the boundaries of the
+ *  histogram bins, and must of type psF32, while nums specifies the number
+ *  of entries in the bin, and must of type psU32. The value of bounds.n must
+ *  therefore be 1 greater than than nums.n. The two values minNum and maxNum
+ *  are the number of data values which fell below the lower limit bound or
  *  above the upper limit bound, respectively.
  */
@@ -130,6 +130,6 @@
 
 /** Allocator for psHistogram where the bounds of the bins are implicitly
- *  specified through simply specifying an upper and lower limit along with 
- *  the size of the bins. 
+ *  specified through simply specifying an upper and lower limit along with
+ *  the size of the bins.
  *
  *  @return psHistogram*    Newly allocated psHistogram
@@ -142,5 +142,5 @@
 
 /** Allocator for psHistogram where the bounds of the bins are explicitly
- *  specified. 
+ *  specified.
  *
  *  @return psHistogram*    Newly allocated psHistogram
@@ -152,5 +152,5 @@
 /** Calculate a histogram
  *
- *  The following function populates the histogram bins from the specified 
+ *  The following function populates the histogram bins from the specified
  *  vector (in). It alters and returns the histogram out structure. The input
  *  vector may be of types psU8, psU16, psF32, psF64.
@@ -169,5 +169,5 @@
  *
  *  @return psBool    If more than one statistic result is set in stats->options,
- *                    false is returned and the value parameter is not set, 
+ *                    false is returned and the value parameter is not set,
  *                    otherwise true is returned.
  */
@@ -193,3 +193,3 @@
 /// @}
 
-#endif
+#endif // #ifndef PS_STATS_H
