Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. 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
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment