Fix incorrect checking 'cmfd.xml'

This commit is contained in:
jingang 2016-03-08 13:15:13 -05:00
parent 78d980a911
commit 7294a13634

View file

@ -70,7 +70,7 @@ contains
inquire(FILE=filename, EXIST=file_exists)
if (.not. file_exists) then
! CMFD is optional unless it is in on from settings
if (cmfd_on) then
if (cmfd_run) then
call fatal_error("No CMFD XML file, '" // trim(filename) // "' does not&
& exist!")
end if