From b2608e8aa5baaf17a80a96a0074d976cfca07d29 Mon Sep 17 00:00:00 2001 From: Amaury Johnan <amjohnen@gmail.com> Date: Thu, 28 Aug 2014 12:45:16 +0000 Subject: [PATCH] fix compile --- Plugin/AnalyseCurvedMesh.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Plugin/AnalyseCurvedMesh.cpp b/Plugin/AnalyseCurvedMesh.cpp index 4fe1c9e765..6041849a1b 100644 --- a/Plugin/AnalyseCurvedMesh.cpp +++ b/Plugin/AnalyseCurvedMesh.cpp @@ -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; } -- GitLab