mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Updating handling of single XML input to leverage existing settings::path_input
This commit is contained in:
parent
cd7c3bf6ba
commit
ef2f690e3d
2 changed files with 21 additions and 24 deletions
|
|
@ -222,7 +222,8 @@ void read_settings_xml() {
|
|||
fmt::format("Settings XML file '{}' does not exist! In order "
|
||||
"to run OpenMC, you first need a set of input files; at a "
|
||||
"minimum, this "
|
||||
"includes settings.xml, geometry.xml, and materials.xml. "
|
||||
"includes settings.xml, geometry.xml, and materials.xml "
|
||||
"or a single XML file containing all of these files. "
|
||||
"Please consult "
|
||||
"the user's guide at https://docs.openmc.org for further "
|
||||
"information.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue