mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
Missing semicolon
This commit is contained in:
parent
46a7058c70
commit
8ec2671ada
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ int openmc_simulation_finalize()
|
|||
simulation::total_gen += simulation::current_batch*settings::gen_per_batch;
|
||||
|
||||
#ifdef OPENMC_MPI
|
||||
broadcast_results()
|
||||
broadcast_results();
|
||||
#endif
|
||||
|
||||
// Write tally results to tallies.out
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue