]> SALOME platform Git repositories - plugins/netgenplugin.git/blobdiff - src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx
Salome HOME
Removing hard coded meshname from Mesh import
[plugins/netgenplugin.git] / src / NETGENPlugin / NETGENPlugin_NETGEN_2D_ONLY.cxx
index 321204348f1f8fb41236340af3308b62c4cecc06..8e954f850e56de04342ba8a4d5e8637d84e1fe86 100644 (file)
@@ -324,8 +324,6 @@ bool NETGENPlugin_NETGEN_2D_ONLY::RemoteCompute(SMESH_Mesh&         aMesh,
   fs::path shape_file=tmp_folder / fs::path("shape.step");
   fs::path param_file=tmp_folder / fs::path("netgen2d_param.txt");
   fs::path log_file=tmp_folder / fs::path("run.log");
-  //TODO: Handle variable mesh_name
-  std::string mesh_name = "Maillage_1";
 
   //Writing Shape
   exportShape(shape_file.string(), aShape);