From ac1927fa0338286e86ea2f01dbc9351ff2f4421d Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 4 Jan 2012 16:24:54 -0500 Subject: [PATCH] Turn on probability tables by default. --- src/constants.F90 | 4 ++-- src/global.F90 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/constants.F90 b/src/constants.F90 index 1f58ca4918..aae0fd6ba2 100644 --- a/src/constants.F90 +++ b/src/constants.F90 @@ -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 diff --git a/src/global.F90 b/src/global.F90 index 347eace57b..5e8f5334d4 100644 --- a/src/global.F90 +++ b/src/global.F90 @@ -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