mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Prevent segfault when user specifies '18' on tally scores
This commit is contained in:
parent
fed74b8d76
commit
51deaa7cbf
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