#include "MEDCouplingMemArray.hxx"
#include "MEDCouplingPointSet.txx"
#include "PlanarIntersector.txx"
-#include "QuadraticPolygon.hxx"
-#include "Node.hxx"
+#include "InterpKernelGeo2DQuadraticPolygon.hxx"
+#include "InterpKernelGeo2DNode.hxx"
#include <cmath>
#include <limits>
9,12,10,9,11,12
};
MEDCouplingUMesh *targetMesh=MEDCouplingUMesh::New();
+ targetMesh->setName("merge");
targetMesh->setMeshDimension(2);
targetMesh->allocateCells(10);
targetMesh->insertNextCell(INTERP_KERNEL::NORM_QUAD4,4,targetConn);