diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2019-10-25 16:06:00 +0100 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2019-10-25 16:06:00 +0100 |
commit | dd37360ab6cb27608998173a0c3c69c3376c257d (patch) | |
tree | 2f726b03db14c676e83b9fc2b99ddec3fb00affe | |
parent | a6b4aac5ee756b440852cbff117cd1012f565036 (diff) | |
download | fullSWOF-utils-dd37360ab6cb27608998173a0c3c69c3376c257d.tar.gz |
remove blank line.
-rwxr-xr-x | makeBoundary.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/makeBoundary.py b/makeBoundary.py index 7301d61..3d0d8c2 100755 --- a/makeBoundary.py +++ b/makeBoundary.py @@ -115,7 +115,6 @@ def save_bc(): # read command line argument: parser = argparse.ArgumentParser( description="generate FullSWOF boundary files") - parser.add_argument("location", help="boundary location") args = parser.parse_args() |