mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
added some use statements on cmfd input reading routine
This commit is contained in:
parent
80f6a5943f
commit
09f7104037
1 changed files with 2 additions and 3 deletions
|
|
@ -32,10 +32,9 @@ contains
|
|||
|
||||
subroutine read_cmfd_xml()
|
||||
|
||||
use error
|
||||
use error, only: fatal_error
|
||||
use global
|
||||
use output
|
||||
use string
|
||||
use output, only: write_message
|
||||
use xml_data_cmfd_t
|
||||
|
||||
integer :: ng
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue