Allow plotting without settings.xml

This commit is contained in:
Sterling Harper 2016-04-26 23:07:07 -04:00
parent 5863cc5c99
commit d6268831c7

View file

@ -38,8 +38,8 @@ contains
subroutine read_input_xml()
call read_settings_xml()
if (run_mode /= MODE_PLOTTING) then
call read_settings_xml()
if (run_CE) then
call read_ce_cross_sections_xml()
else