aboutsummaryrefslogtreecommitdiff
path: root/makeBoundary.py
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2019-10-04 14:57:06 +0100
committerPaul Garlick <pgarlick@tourbillion-technology.com>2019-10-04 15:11:49 +0100
commitdb3e56329652f3cca1dc4ab5bc7ad9a132c595f2 (patch)
treea392c835fa169093f9c7188f85b3ae0146acc176 /makeBoundary.py
parent2f1feb9b0cb170b4a7892e49494edbe3668be16f (diff)
downloadfullSWOF-utils-db3e56329652f3cca1dc4ab5bc7ad9a132c595f2.tar.gz
add TODO item to use YAML for configuration file.
Diffstat (limited to 'makeBoundary.py')
-rwxr-xr-xmakeBoundary.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/makeBoundary.py b/makeBoundary.py
index a85062d..a6daae0 100755
--- a/makeBoundary.py
+++ b/makeBoundary.py
@@ -5,6 +5,7 @@ import numpy as np
import bisect
import ast
+#TODO: use YAML/ruamel.yaml for configuration file.
def read_definition(filename):
ddict = {}
with open(filename, "r") as f: