Index: trunk/psLib/src/image/psImageFFT.h
===================================================================
--- trunk/psLib/src/image/psImageFFT.h	(revision 1625)
+++ trunk/psLib/src/image/psImageFFT.h	(revision 2283)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-25 21:10:09 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-11-04 22:14:17 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -17,5 +17,5 @@
 
 #include "psImage.h"
-#include "psVectorFFT.h"               // for psFftDirection
+#include "psVectorFFT.h"               // for psFFTFlags
 
 /// @addtogroup Transform
@@ -34,5 +34,5 @@
     psImage* out,                      ///< a psImage to recycle.  If NULL, a new psImage is made.
     const psImage* in,                 ///< the psImage to apply transform to
-    psFftDirection direction           ///< the direction of the transform
+    psFFTFlags direction               ///< the direction of the transform
 );
 
