From ebf4aa04dd147d78035d0fcd35ffa774798830bf Mon Sep 17 00:00:00 2001 From: Maurice <zimmnau@ilr.rwth-aachen.de> Date: Tue, 25 Feb 2025 14:46:51 +0100 Subject: [PATCH] Changed file path for config file --- design_evaluator/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design_evaluator/src/main.cpp b/design_evaluator/src/main.cpp index 357276c5..5e786660 100644 --- a/design_evaluator/src/main.cpp +++ b/design_evaluator/src/main.cpp @@ -124,7 +124,7 @@ enum State { }; int main () { - std::filesystem::path config_file_path{"./design_evaluator/design_evaluator_conf.xml"}; + std::filesystem::path config_file_path{"design_evaluator_conf.xml"}; std::vector<std::filesystem::path> aircraft_design_file_paths{}; boost::property_tree::ptree config_tree{}, program_settings_tree{}, subpaths_tree{}; -- GitLab