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

fix compile

parent adc535e8
No related branches found
No related tags found
No related merge requests found
......@@ -114,8 +114,8 @@ std::string GMSH_AnalyseCurvedMeshPlugin::getHelp() const
"bounds.\n"
"\n"
"- 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 "
"validity of the mesh.";
"It should be at most 0.01 but it can be set to 1 or greater to just check "
"the validity of the mesh.";
}
// Execution
......@@ -395,8 +395,6 @@ void GMSH_AnalyseCurvedMeshPlugin::_computeMinR(int dim)
}
}
}
MetricBasis::printDatas();
_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