diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2019-10-14 12:08:51 +0100 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2019-10-14 12:08:51 +0100 |
commit | 8975f3ca8f6263ca7ee429bc11bbfeb3caa352c5 (patch) | |
tree | 9fabbe386666d1cac39a76c4f90f4ace5ef71659 | |
parent | fe0db16806da76a18b4f9a567f3e044c6a166b91 (diff) | |
download | fullSWOF-utils-8975f3ca8f6263ca7ee429bc11bbfeb3caa352c5.tar.gz |
heights plural.
-rwxr-xr-x | makeBoundary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makeBoundary.py b/makeBoundary.py index d8c4c98..ad0478a 100755 --- a/makeBoundary.py +++ b/makeBoundary.py @@ -112,7 +112,7 @@ for p in range(num_panels): # minimum height in channel: zmin = zregion[channel].min() -# overtopping height (minimum of left bank and right bank height): +# overtopping height (minimum of left bank and right bank heights): zmax = min(zregion[channel][0], zregion[channel][-1]) - ztol zmax_west = zmax |