Skip to content
Snippets Groups Projects
Commit 686097fa authored by mathias.chouet's avatar mathias.chouet
Browse files

Bug adaptation à JaLHyd

parent 50a329e4
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ export class FormComputeCourbeRemous extends FormCompute {
protected compute() {
const cr: CourbeRemous = this._formBase.currentNub as CourbeRemous;
const prmCR: CourbeRemousParams = cr.prms as CourbeRemousParams;
const sect: acSection = prmCR.Sn;
const sect: acSection = cr.Sn;
this.resultYn = sect.Calc("Yn"); // hauteur normale
this.resultYc = sect.Calc("Yc"); // hauteur critique
......
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