diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2019-10-30 09:55:05 +0000 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2019-10-30 09:55:05 +0000 |
commit | 2b378b2523b9e97178c95ac7fd47d24139271985 (patch) | |
tree | 907f4229b2c778dc16b7acf59efeacd9bec9c7a1 /makeBoundary | |
parent | 0e67b1d7cab7d66a224c6394a5de7a3cefa09005 (diff) | |
download | fullSWOF-utils-2b378b2523b9e97178c95ac7fd47d24139271985.tar.gz |
print all items in minimum height array.
Diffstat (limited to 'makeBoundary')
-rwxr-xr-x | makeBoundary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makeBoundary b/makeBoundary index cf2ad12..0b675da 100755 --- a/makeBoundary +++ b/makeBoundary @@ -233,7 +233,7 @@ for p in range(num_panels): # print(zregion) # print(xin[12:20]) -print('zmin[3] =', zmin[3]) +print('zmin =', zmin) # channel overtopping height (minimum of left bank and right bank heights): zmax = min(zregion[panel[0]][0], zregion[panel[0]][-1]) - ztol |