diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2019-09-30 16:30:16 +0100 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2019-09-30 16:31:46 +0100 |
commit | 391d514d04c39806d659a6c2534470f222d041f4 (patch) | |
tree | 4d646dfa051de455328b7d5d6ec8072faa4d2851 | |
parent | 19be9453714d91bcb29a122534ca01ab9a09ef84 (diff) | |
download | fullSWOF-utils-391d514d04c39806d659a6c2534470f222d041f4.tar.gz |
rename makeBoundaryFile.py to makeBoundary.py; add boundary definition file.
-rw-r--r-- | boundaryDefinition.txt | 2 | ||||
-rwxr-xr-x | makeBoundary.py (renamed from makeBoundaryFile.py) | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/boundaryDefinition.txt b/boundaryDefinition.txt new file mode 100644 index 0000000..620bf2b --- /dev/null +++ b/boundaryDefinition.txt @@ -0,0 +1,2 @@ +# Boundary Definition File +slope: 0.01 diff --git a/makeBoundaryFile.py b/makeBoundary.py index e3d30cb..e3d30cb 100755 --- a/makeBoundaryFile.py +++ b/makeBoundary.py |