aboutsummaryrefslogtreecommitdiff
path: root/makeBoundary.py
diff options
context:
space:
mode:
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: