Skip to content
Snippets Groups Projects
Commit 44f70078 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

pp

parent f12fdc7b
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
// bugs and problems to <gmsh@geuz.org>. // bugs and problems to <gmsh@geuz.org>.
#include "MinMax.h" #include "MinMax.h"
#include "shapeFunctions.h"
#include "PViewOptions.h" #include "PViewOptions.h"
StringXNumber MinMaxOptions_Number[] = { StringXNumber MinMaxOptions_Number[] = {
...@@ -23,7 +22,7 @@ std::string GMSH_MinMaxPlugin::getHelp() const ...@@ -23,7 +22,7 @@ std::string GMSH_MinMaxPlugin::getHelp() const
{ {
return "Plugin(MinMax) computes the min/max of a view.\n\n" return "Plugin(MinMax) computes the min/max of a view.\n\n"
"If `View' < 0, the plugin is run on the current view.\n\n" "If `View' < 0, the plugin is run on the current view.\n\n"
"Plugin(MinMax) creates one new view."; "Plugin(MinMax) creates two new views.";
} }
int GMSH_MinMaxPlugin::getNbOptions() const int GMSH_MinMaxPlugin::getNbOptions() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment