mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Merge pull request #577 from paulromano/fission-segfault-fix
Prevent segfault when user specifies '18' on tally scores
This commit is contained in:
commit
1abb847faf
1 changed files with 1 additions and 1 deletions
|
|
@ -3247,7 +3247,7 @@ contains
|
|||
call fatal_error("Cannot tally absorption rate with an outgoing &
|
||||
&energy filter.")
|
||||
end if
|
||||
case ('fission')
|
||||
case ('fission', '18')
|
||||
t % score_bins(j) = SCORE_FISSION
|
||||
if (t % find_filter(FILTER_ENERGYOUT) > 0) then
|
||||
call fatal_error("Cannot tally fission rate with an outgoing &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue