mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
set default cmfd display to rms balance
This commit is contained in:
parent
20f77e4e6f
commit
40a5d6d294
1 changed files with 1 additions and 1 deletions
|
|
@ -359,7 +359,7 @@ module global
|
|||
logical :: cmfd_tally_on = .true.
|
||||
|
||||
! CMFD display info
|
||||
character(len=25) :: cmfd_display
|
||||
character(len=25) :: cmfd_display = 'balance'
|
||||
|
||||
! Information about state points to be written
|
||||
integer :: n_state_points = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue