Skip to content

Commit 5949d75

Browse files
committed
Removed obsolete option
1 parent 1c57fae commit 5949d75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
*.pyc
22
*.so
3+
*.pth
4+
*egg*
5+
*build*

JACoPO/opts.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ def options():
105105

106106
out.add_argument('-o', '--output', default=None, type=str, dest='OutFile',
107107
help='''Output File.''')
108-
out.add_argument('--savecub', default=False, action="store_true", dest='SaveCub',
109-
help='''Save Transition Density Cubes after transformation
110-
in space.''')
111108

112109
out.add_argument('-v', '--verbosity',
113110
default=0, action="count", dest="Verb",

0 commit comments

Comments
 (0)