* src/tgbaalgos/magic.cc (seen_with_magic, seen_without_magic): Remove.
This commit is contained in:
parent
1ac0b08695
commit
39b634641d
2 changed files with 2 additions and 4 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
2003-08-22 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
2003-08-22 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||||
|
|
||||||
|
* src/tgbaalgos/magic.cc (seen_with_magic, seen_without_magic): Remove.
|
||||||
|
|
||||||
* wrap/python/cgi/ltl2tgba.in: Fix display of relations for
|
* wrap/python/cgi/ltl2tgba.in: Fix display of relations for
|
||||||
tgba_bdd_concrete automata.
|
tgba_bdd_concrete automata.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,10 +5,6 @@
|
||||||
|
|
||||||
namespace spot
|
namespace spot
|
||||||
{
|
{
|
||||||
|
|
||||||
const unsigned char seen_without_magic = 1;
|
|
||||||
const unsigned char seen_with_magic = 2;
|
|
||||||
|
|
||||||
magic_search::magic_search(const tgba_tba_proxy* a)
|
magic_search::magic_search(const tgba_tba_proxy* a)
|
||||||
: a(a), x(0)
|
: a(a), x(0)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue