mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Removed unused subroutine imports in summary.F90 used for debugging distribcell paths
This commit is contained in:
parent
fd94f6e806
commit
1507efd5d6
1 changed files with 1 additions and 2 deletions
|
|
@ -14,8 +14,7 @@ module summary
|
|||
use surface_header
|
||||
use string, only: to_str
|
||||
use tally_header, only: TallyObject
|
||||
use output, only: find_offset, write_message
|
||||
use string, only: to_str
|
||||
use output, only: find_offset
|
||||
|
||||
use hdf5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue