mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
deallocating cmfd at end of run
This commit is contained in:
parent
eda0309e6e
commit
0029dabbef
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue