Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 2a05a243 authored by Harald Martini's avatar Harald Martini
Browse files

override supported gearbox types in IEPC_S data adapter

parent c56fb59d
Branches
Tags
No related merge requests found
......@@ -256,6 +256,12 @@ namespace TUGraz.VectoCore.InputData.Reader.DataObjectAdapter.PrimaryBus
{
protected override IGearboxDataAdapter GearboxDataAdapter { get; } = new IEPCGearboxDataAdapter();
#region Overrides of PrimaryBusBase
// ReSharper disable once UseArrayEmptyMethod //not supported in net45
public override GearboxType[] SupportedGearboxTypes => new GearboxType[0];
#endregion
}
public abstract class ParallelHybrid : Hybrid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment