Skip to content

Commit

Permalink
step 3
Browse files Browse the repository at this point in the history
  • Loading branch information
even1024 committed Jan 13, 2025
1 parent e34c99f commit 5437b37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ std::optional<std::pair<int, int>> ReactionMultistepDetector::findMaxSpecialZone
}
if (cont > 0.0f)
{
auto& zone_it = zones.find(i);
auto zone_it = zones.find(i);
if (zone_it != zones.end())
zone_it->second.insert(j);
else
Expand Down

0 comments on commit 5437b37

Please sign in to comment.