mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fixed trigger_scores memory leak in input_xml.F90
This commit is contained in:
parent
c7ab539551
commit
98f92f3465
1 changed files with 1 additions and 1 deletions
|
|
@ -2920,7 +2920,7 @@ contains
|
|||
end select
|
||||
|
||||
! Append the score to the list of possible trigger scores
|
||||
call trigger_scores % add_key(trim(score_name), l)
|
||||
if (trigger_on) call trigger_scores % add_key(trim(score_name), l)
|
||||
|
||||
end do
|
||||
t % n_score_bins = n_scores
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue