From 61a71fb2cf0e6d36e59f6760ae82e3477ae6fad3 Mon Sep 17 00:00:00 2001 From: Francois Henrotte <francois.henrotte@ulg.ac.be> Date: Wed, 16 Sep 2015 20:02:07 +0000 Subject: [PATCH] NewView plugin with variable size NodeData vector --- Plugin/NewView.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Plugin/NewView.cpp b/Plugin/NewView.cpp index 572a621571..f92a6071f3 100644 --- a/Plugin/NewView.cpp +++ b/Plugin/NewView.cpp @@ -13,7 +13,7 @@ StringXNumber NewViewOptions_Number[] = { {GMSH_FULLRC, "View", NULL, -1.}, - {GMSH_FULLRC, "Number of zero values", NULL, 1.} + {GMSH_FULLRC, "Dimension", NULL, 1.} }; extern "C" @@ -27,8 +27,8 @@ extern "C" std::string GMSH_NewViewPlugin::getHelp() const { return "Plugin(NewView) creates a new view from a mesh." - "The parameter is the dimension of the NodeData vector," - "initialized to zero"; + "The parameter `Dimension' gives the dimension" + "of the initialized to zero NodeData vector"; } int GMSH_NewViewPlugin::getNbOptions() const -- GitLab