From 77935cce8312e1bcd9c53b980be61d35efac3f92 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 21 Apr 2015 07:52:28 +0000 Subject: [PATCH] w9 does not make sense --- Plugin/MathEval.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin/MathEval.cpp b/Plugin/MathEval.cpp index cba1de3d6b..9b1ebf5076 100644 --- a/Plugin/MathEval.cpp +++ b/Plugin/MathEval.cpp @@ -155,7 +155,7 @@ PView *GMSH_MathEvalPlugin::execute(PView *view) const char *names[] = { "x", "y", "z", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", - "w0", "w1", "w2", "w3", "w4", "w5", "w6", "w7", "w8", "w9" }; + "w0", "w1", "w2", "w3", "w4", "w5", "w6", "w7", "w8" }; unsigned int numVariables = sizeof(names) / sizeof(names[0]); std::vector<std::string> variables(numVariables); for(unsigned int i = 0; i < numVariables; i++) variables[i] = names[i]; -- GitLab