cmfd is now executed after every active cycle

This commit is contained in:
Bryan Herman 2012-02-01 16:30:13 -05:00
parent c7577520b2
commit 0b878b76be

View file

@ -33,7 +33,7 @@ program main
end if
! call cmfd run
call execute_cmfd()
! call execute_cmfd()
! finalize run
call finalize_run()
@ -133,6 +133,11 @@ contains
! print cycle information
! run cmfd
if (current_cycle > n_inactive) then
call execute_cmfd()
end if
! Turn tallies on once inactive cycles are complete
if (current_cycle == n_inactive) then
tallies_on = .true.