* iface/dve2/dve2.cc: Typo when handling dead==true.
This commit is contained in:
parent
e9396502f7
commit
3aa9c3bab6
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
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>
|
2011-04-10 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
Always pass --enable-devel or --disable-devel to BuDDy.
|
Always pass --enable-devel or --disable-devel to BuDDy.
|
||||||
|
|
|
||||||
|
|
@ -626,7 +626,7 @@ namespace spot
|
||||||
alive_prop = bddtrue;
|
alive_prop = bddtrue;
|
||||||
dead_prop = bddfalse;
|
dead_prop = bddfalse;
|
||||||
}
|
}
|
||||||
else if (dead == ltl::constant::false_instance())
|
else if (dead == ltl::constant::true_instance())
|
||||||
{
|
{
|
||||||
alive_prop = bddtrue;
|
alive_prop = bddtrue;
|
||||||
dead_prop = bddtrue;
|
dead_prop = bddtrue;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue