Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Utilities
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UNICADO
Utilities
Commits
c3dd72f7
Commit
c3dd72f7
authored
2 months ago
by
Maurice Zimmnau
Browse files
Options
Downloads
Patches
Plain Diff
Some renamings
parent
d995182c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
design_evaluator/CMakeLists.txt
+2
-2
2 additions, 2 deletions
design_evaluator/CMakeLists.txt
design_evaluator/designEvaluator_conf.xml
+1
-1
1 addition, 1 deletion
design_evaluator/designEvaluator_conf.xml
design_evaluator/src/main.cpp
+1
-1
1 addition, 1 deletion
design_evaluator/src/main.cpp
with
4 additions
and
4 deletions
D
esign
E
valuator/CMakeLists.txt
→
d
esign
_e
valuator/CMakeLists.txt
+
2
−
2
View file @
c3dd72f7
# # Set name of executable
# set(MODULE_NAME design
E
valuator)
# set(MODULE_NAME design
_e
valuator)
#
# # ==============================================
# # Add the module executable
...
...
@@ -36,7 +36,7 @@
# RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
# )
set
(
MODULE_NAME design
E
valuator
)
set
(
MODULE_NAME design
_e
valuator
)
find_package
(
Boost REQUIRED COMPONENTS
property_tree
...
...
This diff is collapsed.
Click to expand it.
D
esign
E
valuator/designEvaluator_conf.xml
→
d
esign
_e
valuator/designEvaluator_conf.xml
+
1
−
1
View file @
c3dd72f7
<config_file
Name=
"design
E
valuator_conf.xml"
>
<config_file
Name=
"design
_e
valuator_conf.xml"
>
<program_settings
Desc=
"program settings"
>
<aircraft_design
ID=
"0"
Desc=
"reference draft"
>
<name
Desc=
"Name"
Unit=
"-"
Default=
""
>
CSR-02 Reference Design
</name>
...
...
This diff is collapsed.
Click to expand it.
D
esign
E
valuator/src/main.cpp
→
d
esign
_e
valuator/src/main.cpp
+
1
−
1
View file @
c3dd72f7
...
...
@@ -123,7 +123,7 @@ enum State {
};
int
main
()
{
std
::
filesystem
::
path
config_file_path
{
"./
D
esign
E
valuator/design
E
valuator_conf.xml"
};
std
::
filesystem
::
path
config_file_path
{
"./
d
esign
_e
valuator/design
_e
valuator_conf.xml"
};
std
::
vector
<
std
::
filesystem
::
path
>
aircraft_design_file_paths
{};
boost
::
property_tree
::
ptree
config_tree
{},
program_settings_tree
{},
subpaths_tree
{};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment