Skip to content
Snippets Groups Projects
Commit ebf4aa04 authored by Maurice Zimmnau's avatar Maurice Zimmnau
Browse files

Changed file path for config file

parent 6ef5e7a3
Branches
No related tags found
No related merge requests found
......@@ -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{};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment