]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorageay <ageay>
Mon, 15 Feb 2010 16:16:42 +0000 (16:16 +0000)
committerageay <ageay>
Mon, 15 Feb 2010 16:16:42 +0000 (16:16 +0000)
src/MEDCoupling/MEDCouplingPointSet.cxx
src/MEDCoupling/Test/MEDCouplingBasicsTest.cxx

index 7067390a3957412515ca6a9857ea118342ef6160..0cac14c02fa7daad0f83c20e452b5c70dcb03317 100644 (file)
@@ -22,8 +22,8 @@
 #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>
index 1951816c0554abfce7622abd9da6838d8afb906e..cee1afac2c9b4f92e7def12b4ae5a3fa2fff57b2 100644 (file)
@@ -3800,6 +3800,7 @@ MEDCouplingUMesh *MEDCouplingBasicsTest::build2DTargetMeshMerged_1()
     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);