Index: trunk/psLib/src/imageops/psImageStats.h
===================================================================
--- trunk/psLib/src/imageops/psImageStats.h	(revision 3493)
+++ trunk/psLib/src/imageops/psImageStats.h	(revision 4162)
@@ -9,10 +9,10 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-03-24 19:39:53 $
+*  @version $Revision: 1.22 $ $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_IMAGE_STATS_H)
+#ifndef PS_IMAGE_STATS_H
 #define PS_IMAGE_STATS_H
 
@@ -28,8 +28,8 @@
 /** This routine must determine the various statistics for the image.
  *
- *  Determine statistics for image (or subimage). The statistics to be 
- *  determined are specified by stats. The mask allows pixels to be excluded 
- *  if their corresponding mask pixel value matches the value of maskVal. 
- *  This function must be defined for the following types: psS8, psU16, psF32, 
+ *  Determine statistics for image (or subimage). The statistics to be
+ *  determined are specified by stats. The mask allows pixels to be excluded
+ *  if their corresponding mask pixel value matches the value of maskVal.
+ *  This function must be defined for the following types: psS8, psU16, psF32,
  *  psF64.
  *
@@ -45,6 +45,6 @@
 /** Construct a histogram from an image (or subimage).
  *
- *  The histogram to generate is specified by psHistogram hist (see section 
- *  4.3.2 in SDRS). This function must be defined for the following types: 
+ *  The histogram to generate is specified by psHistogram hist (see section
+ *  4.3.2 in SDRS). This function must be defined for the following types:
  *  psS8, psU16, psF32, psF64.
  *
@@ -60,6 +60,6 @@
 /** Fit a 2-D polynomial surface to an image.
  *
- *  The input structure coeffs contains the desired order and terms of 
- *  interest. This function must be defined for the following types: psS8, 
+ *  The input structure coeffs contains the desired order and terms of
+ *  interest. This function must be defined for the following types: psS8,
  *  psU16, psF32, psF64.
  *
@@ -74,6 +74,6 @@
 /** Evaluate a 2-D polynomial surface for the image pixels.
  *
- *  Given the input polynomial coefficients, set the image pixel values on the 
- *  basis of the polynomial function. This function must be defined for the 
+ *  Given the input polynomial coefficients, set the image pixel values on the
+ *  basis of the polynomial function. This function must be defined for the
  *  following types: psS8, psU16, psF32, psF64.
  *
@@ -87,3 +87,3 @@
 /// @}
 
-#endif
+#endif // #ifndef PS_IMAGE_STATS_H
