From 5944cc5024deac00b042e00ca640b24f62a83c26 Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Wed, 21 Dec 2016 17:08:13 +0100 Subject: [PATCH] allow overriding property in abstractgearbox --- .../Models/SimulationComponent/Impl/AbstractGearbox.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Impl/AbstractGearbox.cs b/VectoCore/VectoCore/Models/SimulationComponent/Impl/AbstractGearbox.cs index 3c5065a018..1ce2598dc4 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/Impl/AbstractGearbox.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/Impl/AbstractGearbox.cs @@ -117,7 +117,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl public abstract GearInfo NextGear { get; } - public Second TractionInterruption + public virtual Second TractionInterruption { get { return ModelData.TractionInterruption; } } -- GitLab