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

Some renamings

parent d995182c
Branches
No related tags found
No related merge requests found
# # Set name of executable
# set(MODULE_NAME designEvaluator)
# set(MODULE_NAME design_evaluator)
#
# # ==============================================
# # Add the module executable
......@@ -36,7 +36,7 @@
# RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
# )
set(MODULE_NAME designEvaluator)
set(MODULE_NAME design_evaluator)
find_package(Boost REQUIRED COMPONENTS
property_tree
......
<config_file Name="designEvaluator_conf.xml">
<config_file Name="design_evaluator_conf.xml">
<program_settings Desc="program settings">
<aircraft_design ID="0" Desc="reference draft">
<name Desc="Name" Unit="-" Default="">CSR-02 Reference Design</name>
......
......@@ -123,7 +123,7 @@ enum State {
};
int main () {
std::filesystem::path config_file_path{"./DesignEvaluator/designEvaluator_conf.xml"};
std::filesystem::path config_file_path{"./design_evaluator/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