Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit b487d304 authored by Stefanos Doumpoulakis's avatar Stefanos Doumpoulakis
Browse files

bugfix: issue-17: read correctly 0deg yaw angle for certified aero device

parent bfe13c58
No related branches found
Tags Release/v4.0.3.3330
No related merge requests found
......@@ -1122,8 +1122,7 @@ namespace TUGraz.VectoCore.InputData.FileIO.XML.Declaration.DataProvider
{
get
{
var nodes = this.GetNodes(XMLNames.Trailer_YawAngle0);
return GetNodes(XMLNames.Trailer_CertifiedAeroReduction).Count > 0 ? GetDouble(XMLNames.Trailer_YawAngle0) : 0;
return GetNodes(XMLNames.Trailer_YawAngle0).Count > 0 ? GetDouble(XMLNames.Trailer_YawAngle0) : 0;
}
}
......
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