mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Flush output from results
This commit is contained in:
parent
4cc243b154
commit
e8b9e85084
1 changed files with 1 additions and 1 deletions
|
|
@ -545,7 +545,7 @@ void print_results()
|
|||
fmt::print(" Leakage Fraction = {:.5f}\n",
|
||||
gt(GlobalTally::LEAKAGE, TallyResult::SUM) / n);
|
||||
}
|
||||
fmt::print("\n");
|
||||
std::cout << std::endl;
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue