Skip to content

Commit

Permalink
Hotfix Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
T3C42 committed Dec 1, 2024
1 parent d95bf7e commit d5bd1dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mt-kahypar/io/command_line_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,6 @@ namespace mt_kahypar {
("d-use-final-weight",
po::value<bool>(&context.dynamic.use_final_weight)->value_name("<bool>"),
"If true, then the final sum of the weights of the nodes is used for imbalance calculation instead of using only the currently activated");
"Strategy for dynamic partitioning:\n");
dynamic_options.add_options()
("d-step-size-pct",
po::value<double>(&context.dynamic.step_size_pct)->value_name("<double>"),
Expand Down

0 comments on commit d5bd1dd

Please sign in to comment.