Index: trunk/psLib/src/dataManip/psVectorFFT.h
===================================================================
--- trunk/psLib/src/dataManip/psVectorFFT.h	(revision 3264)
+++ trunk/psLib/src/dataManip/psVectorFFT.h	(revision 4162)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-17 19:26:23 $
+ *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-08 23:40:45 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -36,9 +36,9 @@
 /** Forward and reverse FFT calculations.
  *
- *  This takes as input the vector of interest (in) and the direction 
+ *  This takes as input the vector of interest (in) and the direction
  *  (direction), which is specified by an enumerated type psFftDirection.
- *  The input vector 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 vector may be of type psF32 or psC32, the result is always
+ *  psC32. If the input vector is psF32, the direction must be forward.
+ *
  *  @return psVector* the FFT transformation result
  */
@@ -50,5 +50,5 @@
 
 /** extract the real portion of a complex vector
- * 
+ *
  *  @return psVector*   real portion of the input vector.
  */
@@ -59,5 +59,5 @@
 
 /** extract the imaginary portion of a complex vector
- * 
+ *
  *  @return psVector*   imaginary portion of the input vector.
  */
@@ -68,5 +68,5 @@
 
 /** creates a complex vector from separate real and imaginary vectors
- * 
+ *
  *  @return psVector*   resulting complex vector
  */
@@ -78,5 +78,5 @@
 
 /** computes the complex conjugate of a vector
- * 
+ *
  *  @return psVector*   the complex conjugate of the 'in' vector
  */
@@ -87,5 +87,5 @@
 
 /** computes the power spectrum of a vector
- * 
+ *
  *  @return psVector*   the power spectrum of the 'in' vector
  */
@@ -97,3 +97,3 @@
 /// @}
 
-#endif
+#endif // #ifndef PS_VECTOR_FFT_H
