Skip to content

Commit e0c15df

Browse files
committed
:flush "compiling..."
1 parent a43672d commit e0c15df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

symx/src/solver/second_order/SecondOrderCompiledGlobal.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ SecondOrderCompiledGlobal::SecondOrderCompiledGlobal(spGlobalPotential global_po
5454

5555
//// Run compilation tasks
5656
context->output->print_with_new_line("Compiling... ", Verbosity::Minimal);
57+
std::cout << std::flush;
5758
tasks.run(context->n_threads);
5859
context->output->print("done.", Verbosity::Minimal);
5960
const double t1 = omp_get_wtime();

0 commit comments

Comments
 (0)