diff --git a/algorithms/tiny_components.hpp b/algorithms/tiny_components.hpp index 8eb61a912..8abc1cbc6 100644 --- a/algorithms/tiny_components.hpp +++ b/algorithms/tiny_components.hpp @@ -150,7 +150,7 @@ template class TarjanSCC // Traverse outgoing edges if (barrier_node_set.find(v) != barrier_node_set.end() && u != vprime) { - // continue; + continue; } if (to_node_of_only_restriction != std::numeric_limits::max() &&