* src/tgbaalgos/replayrun.cc (replay_tgba_run): Add missing std::endl.

This commit is contained in:
Alexandre Duret-Lutz 2004-11-03 12:35:37 +00:00
parent 42b05c7a05
commit a90b0648f8
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2004-11-03 Alexandre Duret-Lutz <adl@src.lip6.fr> 2004-11-03 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/replayrun.cc (replay_tgba_run): Add missing std::endl.
* tgbaalgos/reachiter.hh, tgbaalgos/reachiter.cc * tgbaalgos/reachiter.hh, tgbaalgos/reachiter.cc
(tgba_reachable_iterator::process_link): Take the state* as arguments (tgba_reachable_iterator::process_link): Take the state* as arguments
in addition to the state numbers. in addition to the state numbers.

View file

@ -195,6 +195,7 @@ namespace spot
{ {
os << "ERROR: The cycle's acceptance conditions (" os << "ERROR: The cycle's acceptance conditions ("
<< bdd_format_accset(a->get_dict(), all_acc) << ") do not" << bdd_format_accset(a->get_dict(), all_acc) << ") do not"
<< std::endl
<< "match those of the automata (" << "match those of the automata ("
<< bdd_format_accset(a->get_dict(), expected_all_acc) << bdd_format_accset(a->get_dict(), expected_all_acc)
<< std::endl; << std::endl;