mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Turn on probability tables by default.
This commit is contained in:
parent
e92e0b30da
commit
ac1927fa03
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue