Skip to content

Commit

Permalink
fixed full level hierarchy readin
Browse files Browse the repository at this point in the history
  • Loading branch information
konpklr committed Jun 29, 2024
1 parent ad905b4 commit 23baa50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mt-kahypar/datastructures/static_graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ namespace mt_kahypar::ds {
* \param communities Community structure that should be contracted
*/
StaticGraph StaticGraph::contract(parallel::scalable_vector<HypernodeID>& communities, bool /*deterministic*/) {
std::cout << "contraction\n";
ASSERT(communities.size() == _num_nodes);

if ( !_tmp_contraction_buffer ) {
Expand Down

0 comments on commit 23baa50

Please sign in to comment.