From 56788ce26fb77fe3e427c403e85c24923f4cd46a Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Mon, 21 Oct 2019 12:24:06 +0100 Subject: add boolean variable to enable or disable plotting. --- boundaryDefinition.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'boundaryDefinition.txt') diff --git a/boundaryDefinition.txt b/boundaryDefinition.txt index 6123f8b..b537e0d 100644 --- a/boundaryDefinition.txt +++ b/boundaryDefinition.txt @@ -8,6 +8,9 @@ height_data: "../FullSWOF_2D-1.08.00/Examples/Simple/Inputs/topography.txt" # Boundary location ("top", "bottom", "left", "right"): location: "top" +# Enable plotting (True or False): +plotting: True + # Local gradient: slope: -0.003646 -- cgit