Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Maas committed Sep 18, 2023
1 parent f1197ae commit cd719d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ class SimpleRebalancer final : public IRebalancer {
vec<vec<Move>>&,
Metrics&,
const double) override final {
ERROR("simple rebalancer can't be used for unconstrained refinement");
ERR("simple rebalancer can not be used for unconstrained refinement");
}

bool refineAndOutputMovesLinearImpl(mt_kahypar_partitioned_hypergraph_t&,
const vec<HypernodeID>&,
vec<Move>&,
Metrics&,
const double) override final {
ERROR("simple rebalancer can't be used for unconstrained refinement");
ERR("simple rebalancer can not be used for unconstrained refinement");
}

vec<Move> repairEmptyBlocks(PartitionedHypergraph& phg);
Expand Down

0 comments on commit cd719d6

Please sign in to comment.