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

No commit message

No commit message
parent 3387bfd8
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ public class Parameter { ...@@ -91,7 +91,7 @@ public class Parameter {
setName(infos[pos++]);// name setName(infos[pos++]);// name
setLabel(infos[pos++]);// label setLabel(infos[pos++]);// label
pos++;// help pos++;// help
pos++;// never change pos++;// changedValue
if(Integer.parseInt(infos[pos++]) != 1)return -1;// visible if(Integer.parseInt(infos[pos++]) != 1)return -1;// visible
this.setReadOnly((infos[pos++].equals("1")));// read only this.setReadOnly((infos[pos++].equals("1")));// read only
int nAttributes = Integer.parseInt(infos[pos++]);// number of attributes int nAttributes = Integer.parseInt(infos[pos++]);// number of attributes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment