Index: trunk/psLib/src/dataManip/psVectorFFT.h
===================================================================
--- trunk/psLib/src/dataManip/psVectorFFT.h	(revision 1984)
+++ trunk/psLib/src/dataManip/psVectorFFT.h	(revision 2283)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-06 21:40:13 $
+ *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-11-04 22:14:17 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -31,5 +31,5 @@
     /// psImageFFT/psVectorFFT should perform a reverse FFT with a real result.
     PS_FFT_REAL_RESULT = 4
-} psFftDirection;
+} psFFTFlags;
 
 
@@ -46,5 +46,5 @@
     psVector* out,                     ///< a psVector to recycle.  If NULL, a new psVector is made.
     const psVector* in,                ///< the vector to apply transform to
-    psFftDirection direction           ///< the direction of the transform
+    psFFTFlags direction               ///< the direction of the transform
 );
 
