added some use statements on cmfd input reading routine

This commit is contained in:
Bryan Herman 2012-10-17 07:50:38 -07:00
parent 80f6a5943f
commit 09f7104037

View file

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