Skip to content
Snippets Groups Projects
Commit d1845206 authored by Lukas Neuerburg's avatar Lukas Neuerburg
Browse files

Apply 1 suggestion(s) to 1 file(s)


Co-authored-by: default avatargPauls-TUHH <gerrit.pauls@tuhh.de>
parent aa8cb9b6
No related branches found
No related tags found
No related merge requests found
......@@ -123,9 +123,9 @@ class tawCalculatePolarConfig{
/* High lift calibration data */
struct hl_polar_calibration_values {
double CL_max; /**< maximum CL value which should be reached */
double delta_CD; /**< Constant delta for drag calibration */
double factor_CD; /**< Factor for drag calibration */
double CL_max = NAN; /**< maximum CL value which should be reached */
double delta_CD = NAN; /**< Constant delta for drag calibration */
double factor_CD = NAN; /**< Factor for drag calibration */
};
std::unordered_map<std::string, hl_polar_calibration_values> hl_polar_calibration_data; /**< Container for storing all high lift polar calibration and correction values */
......
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