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

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

set axle type in engineering mode

parent 64faacdb
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,7 @@ namespace TUGraz.VectoCore.InputData.Reader.DataObjectAdapter
RollResistanceCoefficient = axle.RollResistanceCoefficient,
AxleWeightShare = axle.AxleWeightShare,
TyreTestLoad = axle.TyreTestLoad,
AxleType = axle.AxleType,
//Wheels = axle.WheelsStr
}).ToList();
return retVal;
......
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