aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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