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 Jul 1, 2022
1 parent 57ad27f commit 5504747
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
Original file line number Diff line number Diff line change
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 5504747

Please sign in to comment.