mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Changed N_GLOBAL_TALLIES to three.
This commit is contained in:
parent
6d8aff2a32
commit
c03f94cc86
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ module constants
|
|||
OUT_TOP = 6
|
||||
|
||||
! Global tallY parameters
|
||||
integer, parameter :: N_GLOBAL_TALLIES = 4
|
||||
integer, parameter :: N_GLOBAL_TALLIES = 3
|
||||
integer, parameter :: &
|
||||
K_COLLISION = 1, &
|
||||
K_TRACKLENGTH = 2, &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue