mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Free tally_deriv_map memory
This commit is contained in:
parent
c4394e5513
commit
9e40a8328e
1 changed files with 1 additions and 0 deletions
|
|
@ -1047,6 +1047,7 @@ free_memory_tally()
|
|||
{
|
||||
model::tally_derivs.clear();
|
||||
}
|
||||
model::tally_deriv_map.clear();
|
||||
|
||||
model::tally_filters.clear();
|
||||
model::filter_map.clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue