Skip to content
Snippets Groups Projects
Commit 297ed565 authored by marenhuxel's avatar marenhuxel
Browse files

Fixed comment

parent 9aeebe00
No related branches found
No related tags found
5 merge requests!263Apply 1 suggestion(s) to 1 file(s),!261Reintruduced automatic flight condition selection,!245Apply 1 suggestion(s) to 1 file(s),!233Initial open source version,!86Added engine_efficiency capability
......@@ -72,7 +72,7 @@ namespace design
file.close();
}
// Funktion, die die Werte in DeckData skaliert
// Scale values in DeckData
auto EngineDesigner::scale_deck_data_values(DeckData &deck_data, double efficiency_factor) -> DeckData
{
double technology_factor = 1+(1-efficiency_factor);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment