Fixed missing use statement in cmfd_output.

This commit is contained in:
Paul Romano 2013-05-16 19:47:22 -04:00
parent fbd0fe413e
commit 01cbc473cc

View file

@ -39,6 +39,7 @@ contains
use cmfd_data, only: neutron_balance
use constants, only: CMFD_BALANCE, MAX_FILE_LEN
use global, only: path_output
character(MAX_FILE_LEN) :: filename