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 40d73b3 commit ec90a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mt-kahypar/partition/coarsening/multilevel_coarsener.h
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ class MultilevelCoarsener : public ICoarsener,
}
for(int i = 0; i < tmp.size(); i++){
if(tmp[i] != chg.nodeWeight(i)){
std::cout << "difference:" << tmp[i].weights[0] << " " << tmp[i].weights[1] << " " << chg.nodeWeight(i).weights[0] << " " << chg.nodeWeight(i).weights[1] << "\n";
std::cout << "difference:" << i << " " << tmp[i].weights[0] << " " << tmp[i].weights[1] << " " << chg.nodeWeight(i).weights[0] << " " << chg.nodeWeight(i).weights[1] << "\n";
while(true){}}
}
_timer.stop_timer("contraction");
Expand Down

0 comments on commit ec90a8d

Please sign in to comment.