diff options
-rwxr-xr-x | makeBoundary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makeBoundary b/makeBoundary index 8b6b7e5..a0d3773 100755 --- a/makeBoundary +++ b/makeBoundary @@ -294,7 +294,7 @@ velocity_channel = Q_i[panel[0]][-1]/A_i[panel[0]][-1] if total_flow[-1] > target_flow: ind_p = bisect.bisect(total_flow, target_flow) else: - print('Error: imposed discharge is higher than capacity') + print('Error: imposed discharge is higher than total capacity of panels.') sys.exit() print('index of part-filled panel:', ind_p) |