Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IPDSnelting
spec.py
Commits
69182d57
Commit
69182d57
authored
Nov 15, 2010
by
Julius Neuffer
Browse files
Fixed typo.
parent
f792865c
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec.py
View file @
69182d57
...
@@ -48,7 +48,7 @@ parser.add_option("--no-fortran", action="store_true", default=False,
...
@@ -48,7 +48,7 @@ parser.add_option("--no-fortran", action="store_true", default=False,
parser
.
add_option
(
"--no-medium"
,
action
=
"store_true"
,
default
=
False
,
parser
.
add_option
(
"--no-medium"
,
action
=
"store_true"
,
default
=
False
,
help
=
"Exlude OMPM programs"
)
help
=
"Exlude OMPM programs"
)
parser
.
add_option
(
"--no-large"
,
action
=
"store_true"
,
default
=
False
,
parser
.
add_option
(
"--no-large"
,
action
=
"store_true"
,
default
=
False
,
help
=
"Exlude OMPL progras"
)
help
=
"Exlude OMPL progra
m
s"
)
parser
.
add_option
(
"-i"
,
"--iterations"
,
metavar
=
"ITR"
,
default
=
3
,
parser
.
add_option
(
"-i"
,
"--iterations"
,
metavar
=
"ITR"
,
default
=
3
,
help
=
"Evaluate ITR iterations per program, default=3"
)
help
=
"Evaluate ITR iterations per program, default=3"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment