mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
mistake assigning the wrong variable
This commit is contained in:
parent
e9c6b03b9e
commit
4d7797c25b
1 changed files with 1 additions and 1 deletions
|
|
@ -656,7 +656,7 @@ void read_settings_xml()
|
|||
source_write = get_node_value_bool(node_sp, "write");
|
||||
}
|
||||
if (check_for_node(node_sp, "mcpl")) {
|
||||
source_write = get_node_value_bool(node_sp, "mcpl");
|
||||
source_mcpl_write = get_node_value_bool(node_sp, "mcpl");
|
||||
}
|
||||
if (check_for_node(node_sp, "overwrite_latest")) {
|
||||
source_latest = get_node_value_bool(node_sp, "overwrite_latest");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue