diff --git a/mt-kahypar/datastructures/static_graph.cpp b/mt-kahypar/datastructures/static_graph.cpp index 7b9559fc6..a67f007ac 100644 --- a/mt-kahypar/datastructures/static_graph.cpp +++ b/mt-kahypar/datastructures/static_graph.cpp @@ -47,6 +47,7 @@ namespace mt_kahypar::ds { * \param communities Community structure that should be contracted */ StaticGraph StaticGraph::contract(parallel::scalable_vector& communities, bool /*deterministic*/) { + std::cout << "contraction\n"; ASSERT(communities.size() == _num_nodes); if ( !_tmp_contraction_buffer ) {