Merge pull request #606 from liangjg/FixCheckingCMFD

Fix incorrect checking of 'cmfd.xml'
This commit is contained in:
Paul Romano 2016-03-09 07:05:38 -06:00
commit e85cce6094

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