mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
deallocate neutron balance res
This commit is contained in:
parent
0291c0f047
commit
49c3d97c45
1 changed files with 1 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ contains
|
|||
if (allocated(this % dom)) deallocate(this % dom)
|
||||
if (allocated(this % k_cmfd)) deallocate(this % k_cmfd)
|
||||
if (allocated(this % entropy)) deallocate(this % entropy)
|
||||
if (allocated(this % resnb)) deallocate(this % resnb)
|
||||
|
||||
end subroutine deallocate_cmfd
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue