Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Spot
Spot
Commits
64f0f653
Commit
64f0f653
authored
Sep 19, 2012
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/bin/ltl2tgba.cc: Fix cases where --stats is not used...
parent
f3a26755
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/bin/ltl2tgba.cc
src/bin/ltl2tgba.cc
+1
-1
No files found.
src/bin/ltl2tgba.cc
View file @
64f0f653
...
...
@@ -134,7 +134,7 @@ spot::postprocessor::output_pref pref = spot::postprocessor::Small;
spot
::
postprocessor
::
optimization_level
level
=
spot
::
postprocessor
::
High
;
enum
output_format
{
Dot
,
Lbtt
,
Spin
,
Spot
,
Stats
}
format
=
Dot
;
bool
utf8
=
false
;
const
char
*
stats
=
0
;
const
char
*
stats
=
""
;
static
int
parse_opt
(
int
key
,
char
*
arg
,
struct
argp_state
*
)
...
...
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