From 8df96d05a4e1d10a6f43ba538d2608537c5192bf Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Thu, 18 Jun 2020 10:55:26 +0100 Subject: python: Enable writing rating curve data to file. * python/makeBoundary: Add 'printing' definition. demo/boundaryBottom.txt: Add 'printing' parameter. demo/boundaryTop.txt: Add 'printing' parameter. --- demo/boundaryBottom.txt | 3 +++ demo/boundaryTop.txt | 3 +++ 2 files changed, 6 insertions(+) (limited to 'demo') diff --git a/demo/boundaryBottom.txt b/demo/boundaryBottom.txt index c06623e..71389e7 100644 --- a/demo/boundaryBottom.txt +++ b/demo/boundaryBottom.txt @@ -8,6 +8,9 @@ type: 1 # Enable plotting (True or False): plotting: False +# Enable printing (True or False): +printing: False + # Local gradient: slope: -0.003646 diff --git a/demo/boundaryTop.txt b/demo/boundaryTop.txt index ebcb5f7..789a6e3 100644 --- a/demo/boundaryTop.txt +++ b/demo/boundaryTop.txt @@ -8,6 +8,9 @@ type: 5 # Enable plotting (True or False): plotting: True +# Enable printing (True or False): +printing: False + # Local gradient: slope: -0.003646 -- cgit