Fixing tabs.

This commit is contained in:
pshriwise 2018-09-26 22:49:37 -05:00
parent 5f078b684c
commit 60e57d3ed7
2 changed files with 11 additions and 11 deletions

View file

@ -210,7 +210,7 @@ void read_settings_xml()
// DAGMC geometry check
if (check_for_node(root, "dagmc")) {
dagmc = get_node_value_bool(root, "dagmc");
dagmc = get_node_value_bool(root, "dagmc");
}
#ifndef DAGMC