From c4be96e74a3b94e5baba261128e9966e37f54512 Mon Sep 17 00:00:00 2001 From: YoungHui Park Date: Mon, 4 Jan 2021 14:16:48 -0600 Subject: [PATCH] Update src/settings.cpp Co-authored-by: Paul Romano --- src/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.cpp b/src/settings.cpp index 76bad237a7..47bf0c4d7d 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -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(path)); }