Skip to content

Commit

Permalink
Disable debug output during coarsening
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSeemaier committed Jun 15, 2022
1 parent 8503a0c commit 772afa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kaminpar/coarsening/parallel_label_propagation_coarsener.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

namespace kaminpar {
class LabelPropagationClustering final : public LabelPropagation<LabelPropagationClustering, NodeID, NodeWeight> {
SET_DEBUG(true);
SET_DEBUG(false);

using Base = LabelPropagation<LabelPropagationClustering, NodeID, NodeWeight>;
friend Base;
Expand Down

0 comments on commit 772afa5

Please sign in to comment.