Skip to content
Snippets Groups Projects
Commit 10db6feb authored by David Dorchies's avatar David Dorchies
Browse files

#33 PAB: Change name of mean water depth extraresult

parent d9c46b2f
No related branches found
Tags nghyd_4.4.0a
No related merge requests found
......@@ -158,7 +158,7 @@ export class Pab extends Nub {
cl.Calc("Z1");
// TODO: Add extraresults: discharge, apron elevation upstream the wall, apron elevation at half basin
cl.result.extraResults.Y = cl.prms.Z2.v - cl.result.extraResults.ZRB;
cl.result.extraResults.YMOY = cl.prms.Z2.v - cl.result.extraResults.ZRB;
// Update elevation and discharge for next basin
return cl.prms.Z1.v;
......
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