Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
srba committed Dec 30, 2023
1 parent ccba15d commit 010b078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Colored/ColoredPetriNetBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ namespace unfoldtacpn {
unfoldPlace(builder, place);
}

if (_output_stream)) {
if (!_output_stream)) {
std::cout << "Printing bindings for each unfolded transition.\n";
std::cout << "<bindings>\n";
}
Expand Down

0 comments on commit 010b078

Please sign in to comment.