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
3aa9c3ba
Commit
3aa9c3ba
authored
Apr 11, 2011
by
Alexandre Duret-Lutz
Browse files
* iface/dve2/dve2.cc: Typo when handling dead==true.
parent
e9396502
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
3aa9c3ba
2011-04-11 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* iface/dve2/dve2.cc: Typo when handling dead==true.
2011-04-10 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Always pass --enable-devel or --disable-devel to BuDDy.
...
...
iface/dve2/dve2.cc
View file @
3aa9c3ba
...
...
@@ -626,7 +626,7 @@ namespace spot
alive_prop
=
bddtrue
;
dead_prop
=
bddfalse
;
}
else
if
(
dead
==
ltl
::
constant
::
fals
e_instance
())
else
if
(
dead
==
ltl
::
constant
::
tru
e_instance
())
{
alive_prop
=
bddtrue
;
dead_prop
=
bddtrue
;
...
...
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