Skip to content
Snippets Groups Projects
Commit 8bb9aab6 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix

parent 360c7e3c
No related branches found
No related tags found
No related merge requests found
...@@ -25,9 +25,6 @@ extern "C" ...@@ -25,9 +25,6 @@ extern "C"
} }
} }
StringXNumber ThingLayerFixMeshOptions_Number[] = {
};
std::string GMSH_ThinLayerFixMeshPlugin::getHelp() const std::string GMSH_ThinLayerFixMeshPlugin::getHelp() const
{ {
return "Fix the mesh in thin parts"; return "Fix the mesh in thin parts";
...@@ -35,12 +32,12 @@ std::string GMSH_ThinLayerFixMeshPlugin::getHelp() const ...@@ -35,12 +32,12 @@ std::string GMSH_ThinLayerFixMeshPlugin::getHelp() const
int GMSH_ThinLayerFixMeshPlugin::getNbOptions() const int GMSH_ThinLayerFixMeshPlugin::getNbOptions() const
{ {
return sizeof(ThingLayerFixMeshOptions_Number) / sizeof(StringXNumber); return 0;
} }
StringXNumber *GMSH_ThinLayerFixMeshPlugin::getOption(int iopt) StringXNumber *GMSH_ThinLayerFixMeshPlugin::getOption(int iopt)
{ {
return &ThingLayerFixMeshOptions_Number[iopt]; return 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment