Skip to content
Snippets Groups Projects
Commit 61a71fb2 authored by Francois Henrotte's avatar Francois Henrotte
Browse files

NewView plugin with variable size NodeData vector

parent 6dd0335e
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
StringXNumber NewViewOptions_Number[] = { StringXNumber NewViewOptions_Number[] = {
{GMSH_FULLRC, "View", NULL, -1.}, {GMSH_FULLRC, "View", NULL, -1.},
{GMSH_FULLRC, "Number of zero values", NULL, 1.} {GMSH_FULLRC, "Dimension", NULL, 1.}
}; };
extern "C" extern "C"
...@@ -27,8 +27,8 @@ extern "C" ...@@ -27,8 +27,8 @@ extern "C"
std::string GMSH_NewViewPlugin::getHelp() const std::string GMSH_NewViewPlugin::getHelp() const
{ {
return "Plugin(NewView) creates a new view from a mesh." return "Plugin(NewView) creates a new view from a mesh."
"The parameter is the dimension of the NodeData vector," "The parameter `Dimension' gives the dimension"
"initialized to zero"; "of the initialized to zero NodeData vector";
} }
int GMSH_NewViewPlugin::getNbOptions() const int GMSH_NewViewPlugin::getNbOptions() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment