* src/tgbaalgos/replayrun.cc (replay_tgba_run): Write to the
supplied stream, not std::cout.
This commit is contained in:
parent
3ea9771942
commit
d6f865ac13
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2004-11-15 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* src/tgbaalgos/replayrun.cc (replay_tgba_run): Write to the
|
||||
supplied stream, not std::cout.
|
||||
|
||||
2004-11-15 Poitrenaud Denis <denis@src.lip6.fr>
|
||||
|
||||
* src/tgbaalgos/magic.cc: Add a bit state hashing version.
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ namespace spot
|
|||
in = "cycle";
|
||||
i = l->begin();
|
||||
if (!debug)
|
||||
std::cout << "Cycle:" << std::endl;
|
||||
os << "Cycle:" << std::endl;
|
||||
}
|
||||
next = l->begin()->s;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue