Skip to content

Commit

Permalink
Write counterexample's structured output trace on single line.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaveaux committed Jun 29, 2022
1 parent 0d60b50 commit 4354214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/lts/include/mcrl2/lts/detail/counter_example.h
Expand Up @@ -139,7 +139,7 @@ class counter_example_constructor
if (m_structured_output)
{
std::cout << m_name << ": ";
result.save("", mcrl2::lts::trace::tfPlain); // Write to stdout.
result.save("", mcrl2::lts::trace::tfLine); // Write to stdout.
}
else
{
Expand Down

0 comments on commit 4354214

Please sign in to comment.