Index: trunk/psLib/src/fft/psVectorFFT.h
===================================================================
--- trunk/psLib/src/fft/psVectorFFT.h	(revision 1625)
+++ trunk/psLib/src/fft/psVectorFFT.h	(revision 1984)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-25 21:10:08 $
+ *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-06 21:40:13 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -24,8 +24,11 @@
 typedef enum {
     /// psImageFFT/psVectorFFT should perform a forward FFT.
-    PS_FFT_FORWARD = (-1),
+    PS_FFT_FORWARD = 1,
 
     /// psImageFFT/psVectorFFT should perform a reverse FFT.
-    PS_FFT_REVERSE = (+1)
+    PS_FFT_REVERSE = 2,
+
+    /// psImageFFT/psVectorFFT should perform a reverse FFT with a real result.
+    PS_FFT_REAL_RESULT = 4
 } psFftDirection;
 
