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

Skip to content
Snippets Groups Projects
Commit 9b792ea4 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

Removed check for XML-Elements Angledrive and Retarder: An object with...

Removed check for XML-Elements Angledrive and Retarder: An object with respective Type "None" should be returned in case of "None"
parent 010f1836
No related branches found
No related tags found
No related merge requests found
......@@ -191,16 +191,6 @@ namespace TUGraz.VectoCore.InputData.FileIO.XML.Declaration.DataProvider
IAuxiliariesDeclarationInputData IVehicleComponentsDeclaration.AuxiliaryInputData => null;
#region Overrides of XMLDeclarationComponentsDataProviderV10
public override IAngledriveInputData AngledriveInputData =>
ElementExists(XMLNames.Component_Angledrive) ? base.AngledriveInputData : null;
public override IRetarderInputData RetarderInputData =>
ElementExists(XMLNames.Component_Retarder) ? base.RetarderInputData : null;
#endregion
public override IBusAuxiliariesDeclarationData BusAuxiliaries =>
_busAuxiliaries ?? (_busAuxiliaries = ComponentReader.BusAuxiliariesInputData);
......
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