mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
commit
6cb13395dc
2 changed files with 3 additions and 3 deletions
|
|
@ -356,7 +356,7 @@ contains
|
|||
integer :: n ! number of active generations
|
||||
|
||||
! Determine overall generation and number of active generations
|
||||
i = overall_generation()
|
||||
i = current_batch*gen_per_batch
|
||||
n = i - n_inactive*gen_per_batch
|
||||
|
||||
! write out information batch and option independent output
|
||||
|
|
|
|||
|
|
@ -294,8 +294,6 @@ contains
|
|||
if (master .and. verbosity >= 7) then
|
||||
if (current_gen /= gen_per_batch) then
|
||||
call print_generation()
|
||||
else
|
||||
call print_batch_keff()
|
||||
end if
|
||||
end if
|
||||
|
||||
|
|
@ -338,6 +336,8 @@ contains
|
|||
if (run_mode == MODE_EIGENVALUE) then
|
||||
! Perform CMFD calculation if on
|
||||
if (cmfd_on) call execute_cmfd()
|
||||
! Write batch output
|
||||
if (master .and. verbosity >= 7) call print_batch_keff()
|
||||
end if
|
||||
|
||||
! Check_triggers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue