Salome HOME
merge conflict
[tools/medcoupling.git] / src / MEDCoupling / Test / MEDCouplingRemapperTest.cxx
index 40f6649107df35f188aa1327f32f68b5e1ea0063..f8a2e37babc16b3067dfd990fb39ed156e42da73 100644 (file)
@@ -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);