IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2007, 12:52:03 PM (19 years ago)
Author:
jhoblitt
Message:

s/is_float/is_float/g
s/is_float_tol/is_float_tol/g
s/is_double/is_double/g
s/is_double_tol/is_double_tol/g
s/is_str/is_str/g
s/is_strn/is_strn/g

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tap_psStats03.c

    r11420 r12607  
    4444        ok(result, "psVectorStats succeeded");
    4545        ok(!isnan(myStats->sampleMedian), "psVectorStats() returned non-NAN");
    46         ok_float_tol(myStats->sampleMedian, realMedianNoMask, 1e-4,
     46        is_float_tol(myStats->sampleMedian, realMedianNoMask, 1e-4,
    4747                     "The sample median was %f, should be %f", myStats->sampleMedian, realMedianNoMask);
    4848        ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
     
    5555        ok(result, "psVectorStats succeeded");
    5656        ok(!isnan(myStats->sampleMedian), "psVectorStats() returned non-NAN");
    57         ok_float_tol(myStats->sampleMedian, realMedianWithMask, 1e-4,
     57        is_float_tol(myStats->sampleMedian, realMedianWithMask, 1e-4,
    5858                     "The sample median was %f, should be %f", myStats->sampleMedian, realMedianWithMask);
    5959        ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
Note: See TracChangeset for help on using the changeset viewer.