Skip to content
Snippets Groups Projects
Commit b2608e8a authored by Amaury Johnen's avatar Amaury Johnen
Browse files

fix compile

parent adc535e8
Branches
Tags
No related merge requests found
...@@ -114,8 +114,8 @@ std::string GMSH_AnalyseCurvedMeshPlugin::getHelp() const ...@@ -114,8 +114,8 @@ std::string GMSH_AnalyseCurvedMeshPlugin::getHelp() const
"bounds.\n" "bounds.\n"
"\n" "\n"
"- Tolerance = ]0, 1[: Tolerance on the computation of min({R, J}). " "- Tolerance = ]0, 1[: Tolerance on the computation of min({R, J}). "
"It should be at most 0.01 but it can be set to 1 to just check the " "It should be at most 0.01 but it can be set to 1 or greater to just check "
"validity of the mesh."; "the validity of the mesh.";
} }
// Execution // Execution
...@@ -395,8 +395,6 @@ void GMSH_AnalyseCurvedMeshPlugin::_computeMinR(int dim) ...@@ -395,8 +395,6 @@ void GMSH_AnalyseCurvedMeshPlugin::_computeMinR(int dim)
} }
} }
} }
MetricBasis::printDatas();
_computedR[dim-1] = true; _computedR[dim-1] = true;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment