X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FTest%2FMEDCouplingRemapperTest.cxx;h=662ad77a6a7be1a83e097530d1008a353d352d20;hb=ffe6d640bbaae9d66ac15d1015761d047a495ede;hp=f62ee6832fdf45017802ed2ee6907a72efaa709e;hpb=5312c32a71d5e4f50cd8160e1de1a58903d5b428;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/Test/MEDCouplingRemapperTest.cxx b/src/MEDCoupling/Test/MEDCouplingRemapperTest.cxx index f62ee6832..662ad77a6 100644 --- a/src/MEDCoupling/Test/MEDCouplingRemapperTest.cxx +++ b/src/MEDCoupling/Test/MEDCouplingRemapperTest.cxx @@ -1311,7 +1311,7 @@ const double coordsTrgData[36]={-2,1.1547005383792521,264.85199999999998,-2,0.57 std::vector > matrx(remapper.getCrudeMatrix()); CPPUNIT_ASSERT_EQUAL(1,(int)matrx.size()); CPPUNIT_ASSERT_EQUAL(1,(int)matrx[0].size()); - std::cerr << std::endl << matrx[0][0] << std::endl; + CPPUNIT_ASSERT_DOUBLES_EQUAL(valExpected,matrx[0][0],1e-13); // srcMesh->decrRef(); trgMesh->decrRef(); }