Skip to content

Commit

Permalink
fix double contract (merge conflict)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgottesbueren committed Sep 28, 2023
1 parent e06ee02 commit ee3f07e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ bool DeterministicMultilevelCoarsener<TypeTraits>::coarseningPassImpl() {
num_nodes -= approveVerticesInTooHeavyClusters(clusters);
}

_uncoarseningData.performMultilevelContraction(std::move(clusters), pass_start_time);
ASSERT(currentNumberOfNodes() == num_nodes - hg.numRemovedHypernodes());
nodes_in_too_heavy_clusters.clear();
}

Expand Down

0 comments on commit ee3f07e

Please sign in to comment.