]> SALOME platform Git repositories - plugins/gmshplugin.git/blobdiff - src/GMSHPlugin/GMSHPlugin_GMSH_2D.cxx
Salome HOME
[EDF] (2022-T3) Creation of 3D mesh with GMSH based on 2D mesh created with another...
[plugins/gmshplugin.git] / src / GMSHPlugin / GMSHPlugin_GMSH_2D.cxx
index d3f19f9d8237b3b7e7ab7ba795e48efa6df94eed..c950577cc9ca35707bf13fa7906f6936d0137e47 100644 (file)
@@ -111,7 +111,7 @@ bool GMSHPlugin_GMSH_2D::CheckHypothesis
 bool GMSHPlugin_GMSH_2D::Compute(SMESH_Mesh&         aMesh,
                                  const TopoDS_Shape& aShape)
 {
-  GMSHPlugin_Mesher mesher(&aMesh, aShape,/*2d=*/true);
+  GMSHPlugin_Mesher mesher(&aMesh, aShape,/*2d=*/true, false);
   mesher.SetParameters(dynamic_cast<const GMSHPlugin_Hypothesis*>(_hypothesis));
   return mesher.Compute();
 }