Merge pull request #973 from shikhar413/cmfd-output

Cmfd output
This commit is contained in:
Paul Romano 2018-03-06 13:57:35 -06:00 committed by GitHub
commit 6cb13395dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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

View file

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