From 8975f3ca8f6263ca7ee429bc11bbfeb3caa352c5 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Mon, 14 Oct 2019 12:08:51 +0100 Subject: heights plural. --- makeBoundary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makeBoundary.py') 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 -- cgit