Prevent segfault when user specifies '18' on tally scores

This commit is contained in:
Paul Romano 2016-01-28 15:56:28 -06:00
parent fed74b8d76
commit 51deaa7cbf

View file

@ -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 &