mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Allow plotting without settings.xml
This commit is contained in:
parent
5863cc5c99
commit
d6268831c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue