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

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

VIF input data provider - provide axlegear in case it is available in the VIF

parent 78ee1ba6
No related branches found
No related tags found
No related merge requests found
......@@ -478,7 +478,7 @@ namespace TUGraz.VectoCore.InputData.FileIO.XML.Declaration.DataProvider
public override IGearboxDeclarationInputData GearboxInputData => null;
public override IAxleGearInputData AxleGearInputData => null;
public override IAxleGearInputData AxleGearInputData => ElementExists(XMLNames.Component_Axlegear) ? base.AxleGearInputData : null;
#endregion
}
......
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