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
a90b0648
Commit
a90b0648
authored
Nov 03, 2004
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/replayrun.cc (replay_tgba_run): Add missing std::endl.
parent
42b05c7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a90b0648
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
(tgba_reachable_iterator::process_link): Take the state* as arguments
in addition to the state numbers.
...
...
src/tgbaalgos/replayrun.cc
View file @
a90b0648
...
...
@@ -195,6 +195,7 @@ namespace spot
{
os
<<
"ERROR: The cycle's acceptance conditions ("
<<
bdd_format_accset
(
a
->
get_dict
(),
all_acc
)
<<
") do not"
<<
std
::
endl
<<
"match those of the automata ("
<<
bdd_format_accset
(
a
->
get_dict
(),
expected_all_acc
)
<<
std
::
endl
;
...
...
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