Commit 823930fa authored by Grand Francois's avatar Grand Francois
Browse files

remous : correction bug de calcul de la largeur aux berges

Showing with 1 addition and 1 deletion
+1 -1
......@@ -406,7 +406,7 @@ export class CourbeRemous extends Nub {
let Yc: number = this.Sn.Calc("Yc");
let m: Message = new Message(MessageCode.ERROR_REMOUS_LARGEUR_BERGE);
m.extraVar["B"] = this.Sn.Calc("B");
m.extraVar["B"] = this.Sn.Calc("B", this.Sn.prms.YB.v);
this._log.add(m);
m = new Message(MessageCode.ERROR_REMOUS_H_CRITIQUE);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment