Remove unused explicit imports.

This commit is contained in:
Paul Romano 2013-02-21 14:34:48 -05:00
parent 94103e0d4a
commit 8365b9564c
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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