Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 652d4367 authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

fix: set tyre certification number in declaration mode

parent 3e7b9143
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ namespace TUGraz.VectoCore.InputData.Reader.DataObjectAdapter
RollResistanceCoefficient = axleInput.Tyre.RollResistanceCoefficient,
TyreTestLoad = axleInput.Tyre.TyreTestLoad,
Inertia = DeclarationData.Wheels.Lookup(axleInput.Tyre.Dimension.RemoveWhitespace()).Inertia,
CertificationNumber = axleInput.Tyre.CertificationNumber
};
axleData.Add(axle);
}
......
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