mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Fix bug in displaying leakage fraction
This commit is contained in:
parent
5ca1d06b0c
commit
fbab98f3ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue