mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Changed comment in global module.
This commit is contained in:
parent
c03f94cc86
commit
d4986ce6f1
1 changed files with 3 additions and 4 deletions
|
|
@ -106,10 +106,9 @@ module global
|
|||
integer, allocatable :: current_tallies(:)
|
||||
|
||||
! Global tallies
|
||||
! 1) analog estimate of k-eff
|
||||
! 2) collision estimate of k-eff
|
||||
! 3) track-length estimate of k-eff
|
||||
! 4) leakage fraction
|
||||
! 1) collision estimate of k-eff
|
||||
! 2) track-length estimate of k-eff
|
||||
! 3) leakage fraction
|
||||
|
||||
type(TallyResult), target :: global_tallies(N_GLOBAL_TALLIES)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue