mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Tally filters no longer depend on global module
This commit is contained in:
parent
3cc5ac38c5
commit
d0f989b4ca
1 changed files with 3 additions and 4 deletions
|
|
@ -5,13 +5,12 @@ module tally_filter
|
|||
use algorithm, only: binary_search
|
||||
use constants, only: ONE, NO_BIN_FOUND, FP_PRECISION, ERROR_REAL
|
||||
use dict_header, only: DictIntInt
|
||||
use geometry_header, only: root_universe, RectLattice, HexLattice
|
||||
use global
|
||||
use geometry_header
|
||||
use hdf5_interface
|
||||
use particle_header, only: Particle
|
||||
use surface_header
|
||||
use string, only: to_str
|
||||
use tally_filter_header, only: TallyFilter, TallyFilterContainer, &
|
||||
TallyFilterMatch
|
||||
use tally_filter_header
|
||||
|
||||
! Inherit other filters
|
||||
use tally_filter_energy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue