Skip to content
Snippets Groups Projects
Commit 4a17005e authored by François Grand's avatar François Grand Committed by AUBRY JEAN-PASCAL
Browse files

refactor: use ParamsEquation.iterator

refs #609
parent bc39e1c6
No related branches found
No related tags found
2 merge requests!252release: version 4.18.0,!213Resolve "Ajout du module courbe de remous d'une passe à macro-rugosité"
......@@ -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