From 956aaf8ad683c85fc723e73c54674c8108207c92 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Tue, 1 Oct 2019 12:34:38 +0100 Subject: use ast module to evaluate items read from boundary definition file. --- boundaryDefinition.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boundaryDefinition.txt') diff --git a/boundaryDefinition.txt b/boundaryDefinition.txt index 2c3a021..36c74d5 100644 --- a/boundaryDefinition.txt +++ b/boundaryDefinition.txt @@ -2,8 +2,8 @@ # Boundary Definition File # -# Boundary location (top, bottom, left, right): -location: top +# Boundary location ("top", "bottom", "left", "right"): +location: "top" # Local gradient: slope: -0.003646 -- cgit