* src/tgba/tgbabddtranslatefactory.cc
(tgba_bdd_translate_factory::compute_pairs): Be quiet.
This commit is contained in:
parent
0a698131e6
commit
53f8f29a9e
2 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2003-05-26 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||
|
||||
* src/tgba/tgbabddtranslatefactory.cc
|
||||
(tgba_bdd_translate_factory::compute_pairs): Be quiet.
|
||||
|
||||
* src/Makefile.am (SUBDIRS): Add tgbaalgos.
|
||||
(libspot_la_LIBADD): Add tgba/libtgbaalgos.
|
||||
* src/tgbaalgos/Makefile.am: New file.
|
||||
|
|
|
|||
|
|
@ -35,8 +35,6 @@ namespace spot
|
|||
tgba_bdd_dict::fv_map::const_iterator i_from;
|
||||
tgba_bdd_dict::fv_map::const_iterator i_to;
|
||||
|
||||
from.dump(std::cerr);
|
||||
|
||||
for (i_from = from.now_map.begin(); i_from != from.now_map.end(); ++i_from)
|
||||
{
|
||||
i_to = dict_.now_map.find(i_from->first);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue