Turn on probability tables by default.

This commit is contained in:
Paul Romano 2012-01-04 16:24:54 -05:00
parent e92e0b30da
commit ac1927fa03
2 changed files with 3 additions and 3 deletions

View file

@ -6,8 +6,8 @@ module constants
! VERSIONING NUMBERS
integer, parameter :: VERSION_MAJOR = 0
integer, parameter :: VERSION_MINOR = 3
integer, parameter :: VERSION_RELEASE = 3
integer, parameter :: VERSION_MINOR = 4
integer, parameter :: VERSION_RELEASE = 0
! ============================================================================
! ADJUSTABLE PARAMETERS

View file

@ -74,7 +74,7 @@ module global
real(8), allocatable :: e_grid(:) ! energies on unionized grid
! Unreoslved resonance probablity tables
logical :: urr_ptables_on = .false.
logical :: urr_ptables_on = .true.
! ============================================================================
! TALLY-RELATED VARIABLES