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
330b6dda
Commit
330b6dda
authored
May 16, 2013
by
Alexandre Duret-Lutz
Browse files
* src/bin/ltlcross.cc (statistics): Initialize all members.
parent
57d25f0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/ltlcross.cc
View file @
330b6dda
...
...
@@ -174,8 +174,20 @@ struct statistics
{
statistics
()
:
ok
(
false
),
// Initialize these, because they accumulate values from several
// products.
states
(
0
),
transitions
(
0
),
acc
(
0
),
scc
(
0
),
nonacc_scc
(
0
),
terminal_scc
(
0
),
weak_scc
(
0
),
strong_scc
(
0
),
nondetstates
(
0
),
nondeterministic
(
false
),
terminal_aut
(
false
),
weak_aut
(
false
),
strong_aut
(
false
),
time
(
0
),
product_states
(
0
),
product_transitions
(
0
),
product_scc
(
0
)
...
...
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