Skip to content

Commit 13e1163

Browse files
committed
Remove undeveloped option
1 parent 9348420 commit 13e1163

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/diffpy/morph/morphapp.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,6 @@ def custom_error(self, msg):
106106
type="float",
107107
help="Maximum r-value to use for PDF comparisons.",
108108
)
109-
parser.add_option(
110-
"--rgrid",
111-
dest="rgrid",
112-
metavar="GRID",
113-
help="Choose the to refine on. ",
114-
)
115109
parser.add_option(
116110
"--tolerance",
117111
"-t",

0 commit comments

Comments
 (0)