Index: /trunk/psLib/src/dataManip/Makefile
===================================================================
--- /trunk/psLib/src/dataManip/Makefile	(revision 1623)
+++ /trunk/psLib/src/dataManip/Makefile	(revision 1624)
@@ -11,5 +11,5 @@
            psMatrix.o \
            psMatrixVectorArithmetic.o \
-           psFFT.o \
+           psVectorFFT.o \
            psMinimize.o \
  
Index: /trunk/psLib/src/dataManip/psFFT.c
===================================================================
--- /trunk/psLib/src/dataManip/psFFT.c	(revision 1623)
+++ /trunk/psLib/src/dataManip/psFFT.c	(revision 1624)
@@ -5,6 +5,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-25 00:04:01 $
+ *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-25 20:51:57 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -17,5 +17,5 @@
 #include <fftw3.h>
 
-#include "psFFT.h"
+#include "psVectorFFT.h"
 #include "psError.h"
 #include "psMemory.h"
Index: /trunk/psLib/src/dataManip/psVectorFFT.c
===================================================================
--- /trunk/psLib/src/dataManip/psVectorFFT.c	(revision 1623)
+++ /trunk/psLib/src/dataManip/psVectorFFT.c	(revision 1624)
@@ -5,6 +5,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-25 00:04:01 $
+ *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-25 20:51:57 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -17,5 +17,5 @@
 #include <fftw3.h>
 
-#include "psFFT.h"
+#include "psVectorFFT.h"
 #include "psError.h"
 #include "psMemory.h"
Index: /trunk/psLib/src/fft/psVectorFFT.c
===================================================================
--- /trunk/psLib/src/fft/psVectorFFT.c	(revision 1623)
+++ /trunk/psLib/src/fft/psVectorFFT.c	(revision 1624)
@@ -5,6 +5,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-25 00:04:01 $
+ *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-25 20:51:57 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -17,5 +17,5 @@
 #include <fftw3.h>
 
-#include "psFFT.h"
+#include "psVectorFFT.h"
 #include "psError.h"
 #include "psMemory.h"
Index: /trunk/psLib/src/pslib.h
===================================================================
--- /trunk/psLib/src/pslib.h	(revision 1623)
+++ /trunk/psLib/src/pslib.h	(revision 1624)
@@ -9,6 +9,6 @@
 *  @author Eric Van Alst, MHPCC
 *
-*  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-09 23:40:54 $
+*  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-25 20:51:57 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -127,5 +127,5 @@
 /// @defgroup Transform Fourier Transform Operations
 /// @ingroup DataManip
-#include "psFFT.h"
+#include "psVectorFFT.h"
 
 #include "psFunctions.h"
