Skip to content

Commit

Permalink
Print output file
Browse files Browse the repository at this point in the history
  • Loading branch information
T3C42 committed Dec 1, 2024
1 parent efbf5e3 commit d95bf7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mt-kahypar/dynamic/dynamic_io.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ namespace mt_kahypar::dyn {
context.dynamic.output_path += ".csv";
// reset file
std::ofstream file(context.dynamic.output_path);
std::cout << "Output file: " << context.dynamic.output_path << std::endl;
}

void print_progress_bar(size_t i, size_t total, const std::vector<DynamicStrategy::PartitionResult>* history) {
Expand Down

0 comments on commit d95bf7e

Please sign in to comment.