mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Rename variables for better readability
This commit is contained in:
parent
82606011c0
commit
f388ac2e1e
4 changed files with 11 additions and 12 deletions
|
|
@ -82,8 +82,8 @@ IndependentSource::IndependentSource(pugi::xml_node node)
|
|||
}
|
||||
|
||||
// Check if it is a surface source file.
|
||||
if (check_for_node(node, "surf_src_file")) {
|
||||
settings::surf_src_read = get_node_value_bool(node, "surf_src_file");
|
||||
if (check_for_node(node, "surf_src_read")) {
|
||||
settings::surf_src_read = get_node_value_bool(node, "surf_src_read");
|
||||
}
|
||||
|
||||
} else if (check_for_node(node, "library")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue