From 51deaa7cbf4a5bc06bb9ddc0dd2beef830115333 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 28 Jan 2016 15:56:28 -0600 Subject: [PATCH] Prevent segfault when user specifies '18' on tally scores --- src/input_xml.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input_xml.F90 b/src/input_xml.F90 index ec8a8a5a1..df9d28e13 100644 --- a/src/input_xml.F90 +++ b/src/input_xml.F90 @@ -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 &