Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
dd70f06e
Commit
dd70f06e
authored
Jul 04, 2018
by
Etienne Renault
Browse files
modelcheck: conversions now report about the options
* tests/ltsmin/modelcheck.cc: here.
parent
286dbeec
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/ltsmin/modelcheck.cc
View file @
dd70f06e
...
...
@@ -123,7 +123,7 @@ parse_opt_finput(int key, char* arg, struct argp_state*)
mc_options
.
model
=
arg
;
break
;
case
'p'
:
mc_options
.
nb_threads
=
to_unsigned
(
arg
);
mc_options
.
nb_threads
=
to_unsigned
(
arg
,
"-p/--parallel"
);
break
;
case
's'
:
mc_options
.
dead_ap
=
arg
;
...
...
@@ -132,7 +132,7 @@ parse_opt_finput(int key, char* arg, struct argp_state*)
mc_options
.
use_timer
=
true
;
break
;
case
'z'
:
mc_options
.
compress
=
to_unsigned
(
arg
);
mc_options
.
compress
=
to_unsigned
(
arg
,
"-z/--compress"
);
break
;
default:
return
ARGP_ERR_UNKNOWN
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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