redefine i as current_batch*gen_per_batch

This commit is contained in:
Shikhar Kumar 2018-03-05 22:40:16 -05:00
parent a96a192cd5
commit 3a90b147be

View file

@ -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