mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Only print combined estimator if number of active cycles is greater than 3.
This commit is contained in:
parent
cb59185217
commit
2b7739a845
1 changed files with 1 additions and 1 deletions
|
|
@ -1450,7 +1450,7 @@ contains
|
|||
% sum, global_tallies(K_TRACKLENGTH) % sum_sq
|
||||
write(ou,102) "k-effective (Absorption)", global_tallies(K_ABSORPTION) &
|
||||
% sum, global_tallies(K_ABSORPTION) % sum_sq
|
||||
write(ou,102) "Combined k-effective", k_combined
|
||||
if (n_active > 3) write(ou,102) "Combined k-effective", k_combined
|
||||
write(ou,102) "Leakage Fraction", global_tallies(LEAKAGE) % sum, &
|
||||
global_tallies(LEAKAGE) % sum_sq
|
||||
write(ou,*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue