From 8305eb1d04d64ed5ad9ed04beb1ff8278d292917 Mon Sep 17 00:00:00 2001 From: Emilie Marchandise <emilie.marchandise@uclouvain.be> Date: Wed, 16 Jun 2010 09:57:27 +0000 Subject: [PATCH] --- Plugin/Distance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin/Distance.cpp b/Plugin/Distance.cpp index 8dc433a105..51755f9018 100644 --- a/Plugin/Distance.cpp +++ b/Plugin/Distance.cpp @@ -51,7 +51,7 @@ std::string GMSH_DistancePlugin::getHelp() const return "Plugin(Distance) computes distances to elementary entities in " "a mesh.\n\n" - "Define the elementary entities to which the distance is computed \n\n"; + "Define the elementary entities to which the distance is computed. If Point=0, Line=0, and Surface=0, then the distance is computed to the boundaries of the mesh (edges in 2D and faces in 3D)\n\n"; "Computation=0 computes the geometrical distance (Warning: this is an euclidian distance and not the geodesic distance), and Computation=1 solves a PDE on the mesh\n\n"; -- GitLab