added option to reset dhats

This commit is contained in:
Bryan Herman 2012-04-04 07:41:00 -07:00
parent 369ad19031
commit 36255699c1

View file

@ -258,6 +258,9 @@ module global
! number of processors for cmfd
integer :: n_procs_cmfd
! reset dhats to zero
logical :: dhat_reset = .FALSE.
contains
!===============================================================================