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
d6f865ac
Commit
d6f865ac
authored
Nov 15, 2004
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/replayrun.cc (replay_tgba_run): Write to the
supplied stream, not std::cout.
parent
3ea97719
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
d6f865ac
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.
...
...
src/tgbaalgos/replayrun.cc
View file @
d6f865ac
...
...
@@ -131,7 +131,7 @@ namespace spot
in
=
"cycle"
;
i
=
l
->
begin
();
if
(
!
debug
)
s
td
::
cout
<<
"Cycle:"
<<
std
::
endl
;
o
s
<<
"Cycle:"
<<
std
::
endl
;
}
next
=
l
->
begin
()
->
s
;
}
...
...
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