deallocate neutron balance res

This commit is contained in:
Bryan Herman 2014-05-08 11:49:02 -04:00
parent 0291c0f047
commit 49c3d97c45

View file

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