From 4e4ee0747aef44703b6658ede489a54ae102f01d Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Wed, 23 Oct 2019 17:33:46 +0100 Subject: use cell-vertex co-ordinates instead of cell-centre co-ordinates. --- boundaryDefinition.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boundaryDefinition.txt') diff --git a/boundaryDefinition.txt b/boundaryDefinition.txt index b537e0d..77fc14d 100644 --- a/boundaryDefinition.txt +++ b/boundaryDefinition.txt @@ -17,8 +17,8 @@ slope: -0.003646 # Imposed discharge: target_flow: 0.188 -# Panel marker co-ordinates (commma-separated list of cell-centre values): -markers: [4.3] +# Panel marker co-ordinates (commma-separated list of distances /m): +markers: [4.2] # Fill order (comma-separated list of panel indices): panel: [0, 1] -- cgit