]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
Correct test. Geometric2D is presently not managed by the 1D/2Dcurve intersector...
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 23 Jul 2015 08:03:43 +0000 (10:03 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 23 Jul 2015 08:03:43 +0000 (10:03 +0200)
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);