Update src/settings.cpp

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
YoungHui Park 2021-01-04 14:16:48 -06:00
parent b3f41eebeb
commit c4be96e74a

View file

@ -451,7 +451,7 @@ void read_settings_xml()
// Check if the user has specified different file for surface source reading
if (check_for_node(node_ssr, "path")) {
path = get_node_value(node_ssr, "path", false, true);
}
}
model::external_sources.push_back(std::make_unique<FileSource>(path));
}