mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
redefine i as current_batch*gen_per_batch
This commit is contained in:
parent
a96a192cd5
commit
3a90b147be
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ contains
|
|||
integer :: n ! number of active generations
|
||||
|
||||
! Determine overall generation and number of active generations
|
||||
i = overall_generation() - 1
|
||||
i = current_batch*gen_per_batch
|
||||
n = i - n_inactive*gen_per_batch
|
||||
|
||||
! write out information batch and option independent output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue