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

hide model checking

parent bfe4ed98
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,8 @@ public class Parameter {
pos++;// version
pos++;// type
setName(infos[pos++]);// name
if(_name.equals("GetDP/}ModelCheck")) // don't show model checking
return -1;
setLabel(infos[pos++]);// label
pos++;// help
pos++;// changedValue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment