mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Remove unused explicit imports.
This commit is contained in:
parent
94103e0d4a
commit
8365b9564c
2 changed files with 2 additions and 3 deletions
|
|
@ -979,7 +979,7 @@ contains
|
|||
subroutine compute_effective_downscatter()
|
||||
|
||||
use constants, only: ZERO, CMFD_NOACCEL
|
||||
use global, only: cmfd, cmfd_downscatter, keff
|
||||
use global, only: cmfd, cmfd_downscatter
|
||||
|
||||
integer :: nx ! number of mesh cells in x direction
|
||||
integer :: ny ! number of mesh cells in y direction
|
||||
|
|
|
|||
|
|
@ -137,8 +137,7 @@ contains
|
|||
|
||||
subroutine cmfd_init_batch()
|
||||
|
||||
use global, only: cmfd_begin, cmfd_on, &
|
||||
cmfd_tally_on, n_inactive, &
|
||||
use global, only: cmfd_begin, cmfd_on, cmfd_tally_on, &
|
||||
cmfd_inact_flush, cmfd_act_flush, cmfd_run, &
|
||||
current_batch, cmfd_hold_weights
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue