Fix bug in displaying leakage fraction

This commit is contained in:
Paul Romano 2017-10-24 13:34:27 -05:00
parent 5ca1d06b0c
commit fbab98f3ca

View file

@ -652,7 +652,7 @@ contains
t_n3 * k_combined(2)
end if
end if
x(:) = mean_stdev(global_tallies(:, LEAKAGE), n)
x(:) = mean_stdev(r(:, LEAKAGE), n)
write(ou,102) "Leakage Fraction", x(1), t_n1 * x(2)
end associate
else