* src/tgba/tgbabddtranslatefactory.cc

(tgba_bdd_translate_factory::compute_pairs): Be quiet.
This commit is contained in:
Alexandre Duret-Lutz 2003-05-26 14:17:04 +00:00
parent 0a698131e6
commit 53f8f29a9e
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,8 @@
2003-05-26 Alexandre Duret-Lutz <aduret@src.lip6.fr> 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. * src/Makefile.am (SUBDIRS): Add tgbaalgos.
(libspot_la_LIBADD): Add tgba/libtgbaalgos. (libspot_la_LIBADD): Add tgba/libtgbaalgos.
* src/tgbaalgos/Makefile.am: New file. * src/tgbaalgos/Makefile.am: New file.

View file

@ -35,8 +35,6 @@ namespace spot
tgba_bdd_dict::fv_map::const_iterator i_from; tgba_bdd_dict::fv_map::const_iterator i_from;
tgba_bdd_dict::fv_map::const_iterator i_to; 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) for (i_from = from.now_map.begin(); i_from != from.now_map.end(); ++i_from)
{ {
i_to = dict_.now_map.find(i_from->first); i_to = dict_.now_map.find(i_from->first);