mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
reinclude the batch count printout
This commit is contained in:
parent
e1868225dd
commit
2c23d0ac21
1 changed files with 3 additions and 0 deletions
|
|
@ -103,6 +103,9 @@ contains
|
|||
|
||||
subroutine initialize_batch()
|
||||
|
||||
call write_message("Simulating batch " // trim(to_str(current_batch)) &
|
||||
&// "...", 1)
|
||||
|
||||
! Reset total starting particle weight used for normalizing tallies
|
||||
total_weight = ZERO
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue