From 1a4ee4f3404e0e4fe3dda167b8deb8a04a04d009 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Thu, 23 Jul 2015 10:03:43 +0200 Subject: [PATCH] Correct test. Geometric2D is presently not managed by the 1D/2Dcurve intersector. Now an error is sent to avoid confusions. --- src/MEDCoupling/Test/MEDCouplingRemapperTest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MEDCoupling/Test/MEDCouplingRemapperTest.cxx b/src/MEDCoupling/Test/MEDCouplingRemapperTest.cxx index 40f664910..f8a2e37ba 100644 --- a/src/MEDCoupling/Test/MEDCouplingRemapperTest.cxx +++ b/src/MEDCoupling/Test/MEDCouplingRemapperTest.cxx @@ -938,7 +938,7 @@ void MEDCouplingRemapperTest::testExtruded2() // MEDCouplingRemapper remapper; remapper.setPrecision(1e-12); - remapper.setIntersectionType(INTERP_KERNEL::Geometric2D); + remapper.setIntersectionType(INTERP_KERNEL::Triangulation); CPPUNIT_ASSERT_EQUAL(1,remapper.prepare(meshNE,meshTTE,"P0P0")); MEDCouplingFieldDouble *srcField=MEDCouplingFieldDouble::New(ON_CELLS); srcField->setNature(IntegralGlobConstraint); -- 2.39.2