Skip to content
Snippets Groups Projects
Commit 17c7873c authored by François Grand's avatar François Grand
Browse files

refactor: use ParamsEquation.iterator

refs #609
parent 9d19d8e2
No related branches found
No related tags found
No related merge requests found
......@@ -356,7 +356,7 @@ export class FormulairePrebarrage extends FormulaireFixedVar {
if(withChildren) {
prmIt = this.currentNub.parameterIterator;
} else {
prmIt = new ParamDefinitionIterator(this.currentNub.prms);
prmIt = this.currentNub.prms.iterator;
}
const uids: string[] = [];
for (const p of prmIt) {
......
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