mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Deallocated track_identifiers array
This commit is contained in:
parent
58738986c7
commit
73826aa2fd
1 changed files with 3 additions and 0 deletions
|
|
@ -448,6 +448,9 @@ contains
|
|||
call active_tracklength_tallies % clear()
|
||||
call active_current_tallies % clear()
|
||||
call active_tallies % clear()
|
||||
|
||||
! Deallocate track_identifiers
|
||||
if (allocated(track_identifiers)) deallocate(track_identifiers)
|
||||
|
||||
! Deallocate dictionaries
|
||||
call cell_dict % clear()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue