mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Make sure path_input gets used when loading settings.xml
This commit is contained in:
parent
20d6637ac5
commit
1858d73012
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ void read_settings_xml()
|
|||
|
||||
// Parse settings.xml file
|
||||
xml_document doc;
|
||||
auto result = doc.load_file("settings.xml");
|
||||
auto result = doc.load_file(filename.c_str());
|
||||
if (!result) {
|
||||
fatal_error("Error processing settings.xml file.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue