deallocating cmfd at end of run

This commit is contained in:
Bryan Herman 2012-01-20 11:28:25 -05:00
parent eda0309e6e
commit 0029dabbef

View file

@ -237,6 +237,9 @@ contains
if (allocated(fission_bank)) deallocate(fission_bank)
if (allocated(source_bank)) deallocate(source_bank)
! Deallocate cmfd
if (allocated(cmfd)) deallocate(cmfd)
end subroutine free_memory
end module global