Index: trunk/psLib/test/math/tap_psStats01.c
===================================================================
--- trunk/psLib/test/math/tap_psStats01.c	(revision 11420)
+++ trunk/psLib/test/math/tap_psStats01.c	(revision 12607)
@@ -8,6 +8,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
-*  @date $Date: 2007-01-30 04:41:51 $
+*  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
+*  @date $Date: 2007-03-27 22:52:03 $
 *
 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
@@ -63,5 +63,5 @@
         ok(result, "psVectorStats suceeded");
         ok(!isnan(myStats->max), "psVectorStats() returned non-NAN");
-        ok_float_tol(myStats->max, expectedMaxNoMaskF32, 1e-4,
+        is_float_tol(myStats->max, expectedMaxNoMaskF32, 1e-4,
                      "The max was %f, should be %f", myStats->max, expectedMaxNoMaskF32);
         ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
@@ -74,5 +74,5 @@
         ok(result, "psVectorStats suceeded");
         ok(!isnan(myStats->max), "psVectorStats() returned non-NAN");
-        ok_float_tol(myStats->max, expectedMaxWithMaskF32, 1e-4,
+        is_float_tol(myStats->max, expectedMaxWithMaskF32, 1e-4,
                      "The max was %f, should be %f", myStats->max, expectedMaxWithMaskF32);
         ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
@@ -88,5 +88,5 @@
         ok(result, "psVectorStats suceeded");
         ok(!isnan(myStats->max), "psVectorStats() returned non-NAN");
-        ok_float_tol(myStats->max, expectedMaxRangeNoMaskF32, 1e-4,
+        is_float_tol(myStats->max, expectedMaxRangeNoMaskF32, 1e-4,
                      "The max was %f, should be %f", myStats->max, expectedMaxRangeNoMaskF32);
         ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
@@ -101,5 +101,5 @@
         ok(result, "psVectorStats suceeded");
         ok(!isnan(myStats->max), "psVectorStats() returned non-NAN");
-        ok_float_tol(myStats->max, expectedMaxRangeWithMaskF32, 1e-4,
+        is_float_tol(myStats->max, expectedMaxRangeWithMaskF32, 1e-4,
                      "The max was %f, should be %f", myStats->max, expectedMaxRangeWithMaskF32);
         ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
@@ -136,5 +136,5 @@
         ok(result, "psVectorStats suceeded");
         ok(!isnan(myStats->max), "psVectorStats() returned non-NAN");
-        ok_float_tol(myStats->max, expectedMaxNoMaskS8, 1e-4,
+        is_float_tol(myStats->max, expectedMaxNoMaskS8, 1e-4,
                      "The max was %f, should be %f", myStats->max, expectedMaxNoMaskS8);
         psFree(myStats);
@@ -157,5 +157,5 @@
         ok(result, "psVectorStats suceeded");
         ok(!isnan(myStats->max), "psVectorStats() returned non-NAN");
-        ok_float_tol(myStats->max, expectedMaxNoMaskU16, 1e-4,
+        is_float_tol(myStats->max, expectedMaxNoMaskU16, 1e-4,
                      "The max was %f, should be %f", myStats->max, expectedMaxNoMaskU16);
         psFree(myStats);
@@ -178,5 +178,5 @@
         ok(result, "psVectorStats suceeded");
         ok(!isnan(myStats->max), "psVectorStats() returned non-NAN");
-        ok_float_tol(myStats->max, expectedMaxNoMaskF64, 1e-4,
+        is_float_tol(myStats->max, expectedMaxNoMaskF64, 1e-4,
                      "The max was %f, should be %f", myStats->max, expectedMaxNoMaskF64);
         psFree(myStats);
