Changed N_GLOBAL_TALLIES to three.

This commit is contained in:
Paul Romano 2013-01-18 10:37:23 -05:00
parent 6d8aff2a32
commit c03f94cc86

View file

@ -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, &