From: eap Date: Fri, 9 Oct 2009 15:57:06 +0000 (+0000) Subject: in test3DInterpP1P0Bary_1(), increase compare tolerance up to 1e-3 X-Git-Tag: V5_1_main_FINAL~313 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b478030b9de2f7825f9fe75ff1018cd46d26e4fa;p=tools%2Fmedcoupling.git in test3DInterpP1P0Bary_1(), increase compare tolerance up to 1e-3 --- diff --git a/src/MEDCoupling/Test/MEDCouplingBasicsTest.cxx b/src/MEDCoupling/Test/MEDCouplingBasicsTest.cxx index 74d17861e..da248dfd3 100644 --- a/src/MEDCoupling/Test/MEDCouplingBasicsTest.cxx +++ b/src/MEDCoupling/Test/MEDCouplingBasicsTest.cxx @@ -1885,7 +1885,7 @@ void MEDCouplingBasicsTest::test3DInterpP1P0Bary_1() if(iter2!=(*iter1).end()) { sum += iter2->second; - CPPUNIT_ASSERT_DOUBLES_EQUAL(res3D[i][j],(*iter2).second,1.e-5); + CPPUNIT_ASSERT_DOUBLES_EQUAL(res3D[i][j],(*iter2).second,1.e-3); } else {