aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2019-10-14 12:08:51 +0100
committerPaul Garlick <pgarlick@tourbillion-technology.com>2019-10-14 12:08:51 +0100
commit8975f3ca8f6263ca7ee429bc11bbfeb3caa352c5 (patch)
tree9fabbe386666d1cac39a76c4f90f4ace5ef71659
parentfe0db16806da76a18b4f9a567f3e044c6a166b91 (diff)
downloadfullSWOF-utils-8975f3ca8f6263ca7ee429bc11bbfeb3caa352c5.tar.gz
heights plural.
-rwxr-xr-xmakeBoundary.py2
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