Index: /trunk/psLib/src/dataManip/psFFT.c
===================================================================
--- /trunk/psLib/src/dataManip/psFFT.c	(revision 1365)
+++ /trunk/psLib/src/dataManip/psFFT.c	(revision 1366)
@@ -5,6 +5,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-07-30 04:18:01 $
+*  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-02 19:43:59 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -622,5 +622,5 @@
         
     type = real->type.type;
-    if ( real->n >= imag->n ) {
+    if ( real->n < imag->n ) {
             numElements = real->n;
         } else {
Index: /trunk/psLib/src/dataManip/psVectorFFT.c
===================================================================
--- /trunk/psLib/src/dataManip/psVectorFFT.c	(revision 1365)
+++ /trunk/psLib/src/dataManip/psVectorFFT.c	(revision 1366)
@@ -5,6 +5,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-07-30 04:18:01 $
+*  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-02 19:43:59 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -622,5 +622,5 @@
         
     type = real->type.type;
-    if ( real->n >= imag->n ) {
+    if ( real->n < imag->n ) {
             numElements = real->n;
         } else {
Index: /trunk/psLib/src/fft/psVectorFFT.c
===================================================================
--- /trunk/psLib/src/fft/psVectorFFT.c	(revision 1365)
+++ /trunk/psLib/src/fft/psVectorFFT.c	(revision 1366)
@@ -5,6 +5,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-07-30 04:18:01 $
+*  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-02 19:43:59 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -622,5 +622,5 @@
         
     type = real->type.type;
-    if ( real->n >= imag->n ) {
+    if ( real->n < imag->n ) {
             numElements = real->n;
         } else {
