mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
Turn on weight windows if weight_windows_file is specified (#4007)
This commit is contained in:
parent
f0448bea17
commit
fae740292c
1 changed files with 1 additions and 0 deletions
|
|
@ -1247,6 +1247,7 @@ void read_settings_xml(pugi::xml_node root)
|
|||
// read weight windows from file
|
||||
if (check_for_node(root, "weight_windows_file")) {
|
||||
weight_windows_file = get_node_value(root, "weight_windows_file");
|
||||
weight_windows_on = true;
|
||||
}
|
||||
|
||||
// read settings for weight windows value, this will override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue