Skip to content

Commit 40a5d6d

Browse files
author
Bryan Herman
committed
set default cmfd display to rms balance
1 parent 20f77e4 commit 40a5d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/global.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ module global
359359
logical :: cmfd_tally_on = .true.
360360

361361
! CMFD display info
362-
character(len=25) :: cmfd_display
362+
character(len=25) :: cmfd_display = 'balance'
363363

364364
! Information about state points to be written
365365
integer :: n_state_points = 0

0 commit comments

Comments
 (0)