Index: /trunk/psLib/test/dataManip/tst_psVectorFFT.c
===================================================================
--- /trunk/psLib/test/dataManip/tst_psVectorFFT.c	(revision 2977)
+++ /trunk/psLib/test/dataManip/tst_psVectorFFT.c	(revision 2978)
@@ -6,6 +6,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-12-14 21:16:28 $
+*  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-01-13 21:23:56 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -602,5 +602,5 @@
             return 2;
         }
-        if (fabsf(val1 - vec4->data.F64[n]) > FLT_EPSILON) {
+        if (fabsf(val1 - vec4->data.F64[n]) > 0.001) {
             psError(PS_ERR_UNKNOWN,true,"psVectorPowerSpectrum result is invalid (n=%d, %.2f %.2f)",n,vec4->data.F64[n],val1);
             return 22;
