Skip to content
Snippets Groups Projects
Commit a00ffc80 authored by Maxime Graulich's avatar Maxime Graulich
Browse files

No commit message

No commit message
parent bee16ce3
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@
if(found) continue; // the parameter is in the tableView
// The section have to be create
NSMutableArray *newSection = [[NSMutableArray alloc] init];
[self addSection:newSection withTitle:sectiontitle withParameterNumber:number[0]];
[self addSection:newSection withTitle:sectiontitle withParameterNumber:number[i]];
}
std::vector<onelab::string> string;
......@@ -191,7 +191,7 @@
if(found) continue; // the parameter is in the tableView
// The section have to be create
NSMutableArray *newSection = [[NSMutableArray alloc] init];
[self addSection:newSection withTitle:sectiontitle withParameterString:string[0]];
[self addSection:newSection withTitle:sectiontitle withParameterString:string[i]];
}
// check for hidden/deleted parameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment