Skip to content

Commit

Permalink
Update ResultPrinter.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
srba authored Nov 21, 2023
1 parent bed17ac commit dac3e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PetriEngine/Reachability/ResultPrinter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ namespace PetriEngine {
transitions.push(p.second);
}

auto reducer = reducer ? reducer : builder->getReducer();
reducer = reducer ? reducer : builder->getReducer();

if(reducer != nullptr)
reducer->initFire(std::cerr);
Expand Down

0 comments on commit dac3e95

Please sign in to comment.