mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Merge pull request #1168 from smharper/stdout_flush
Flush stdout when printing generation info
This commit is contained in:
commit
6cd32e1c4f
1 changed files with 1 additions and 1 deletions
|
|
@ -423,7 +423,7 @@ void print_batch_keff()
|
|||
std::cout << " " << std::setw(8) << simulation::keff << " +/-"
|
||||
<< std::setw(8) << simulation::keff_std;
|
||||
}
|
||||
std::cout << '\n';
|
||||
std::cout << std::endl;
|
||||
|
||||
// Restore state of cout
|
||||
std::cout.flags(f);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue