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
53f8f29a
Commit
53f8f29a
authored
May 26, 2003
by
Alexandre Duret-Lutz
Browse files
* src/tgba/tgbabddtranslatefactory.cc
(tgba_bdd_translate_factory::compute_pairs): Be quiet.
parent
0a698131
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
53f8f29a
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.
...
...
src/tgba/tgbabddtranslatefactory.cc
View file @
53f8f29a
...
...
@@ -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
);
...
...
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