Skip to content
Snippets Groups Projects
Commit 00495298 authored by toto's avatar toto
Browse files

fix: backwater curve: rename water ligne to ZW, add water depth as Y

refs #333
parent ee76d9bf
No related branches found
No related tags found
No related merge requests found
......@@ -445,9 +445,10 @@ export class CourbeRemous extends SectionNub {
} else {
ligneDeau = Math.max(crbFlu[x], crbTor[x]);
}
const re = new ResultElement({ Y: ligneDeau + this.getCoteFond(x) });
const re = new ResultElement({ ZW: ligneDeau + this.getCoteFond(x) });
re.addExtraResult("X", x);
re.addExtraResult("Y", ligneDeau);
if (crbFlu[x]) {
re.addExtraResult("flu", crbFlu[x] + this.getCoteFond(x));
......
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