Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit a92fc0b5 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

corrected BaseWindSpeed (CrossWind Correction) to 3 m/s

parent f834aca8
Branches
Tags v0.40.0
No related merge requests found
......@@ -8,6 +8,6 @@
public static readonly double RollResistanceExponent = 0.9;
public static readonly MeterPerSecond BaseWindSpeed = 3.KMPHtoMeterPerSecond();
public static readonly MeterPerSecond BaseWindSpeed = 3.SI<MeterPerSecond>();
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment