Index: trunk/psLib/src/image/psImageFFT.h
===================================================================
--- trunk/psLib/src/image/psImageFFT.h	(revision 3264)
+++ trunk/psLib/src/image/psImageFFT.h	(revision 4162)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-17 19:26:24 $
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-08 23:40:45 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -24,9 +24,9 @@
 /** Forward and reverse FFT calculations.
  *
- *  This takes as input the image of interest (in) and the direction 
+ *  This takes as input the image of interest (in) and the direction
  *  (direction), which is specified by an enumerated type psFftDirection.
- *  The input image may be of type psF32 or psC32, the result is always 
- *  psC32. If the input vector is psF32, the direction must be forward. 
- *  
+ *  The input image may be of type psF32 or psC32, the result is always
+ *  psC32. If the input vector is psF32, the direction must be forward.
+ *
  *  @return psImage* the FFT transformation result
  */
@@ -38,5 +38,5 @@
 
 /** extract the real portion of a complex image
- * 
+ *
  *  @return psImage*   real portion of the input image.
  */
@@ -47,5 +47,5 @@
 
 /** extract the imaginary portion of a complex image
- * 
+ *
  *  @return psImage*   imaginary portion of the input image.
  */
@@ -56,5 +56,5 @@
 
 /** creates a complex image from separate real and imaginary plane images
- * 
+ *
  *  @return psImage*   resulting complex image
  */
@@ -66,5 +66,5 @@
 
 /** computes the complex conjugate of an image
- * 
+ *
  *  @return psImage*   the complex conjugate of the 'in' image
  */
@@ -75,5 +75,5 @@
 
 /** computes the power spectrum of an image
- * 
+ *
  *  @return psImage*   the power spectrum of the 'in' image
  */
@@ -85,3 +85,3 @@
 /// @}
 
-#endif
+#endif // #ifndef PS_IMAGE_FFT_H
