diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Impl/ATGearbox.cs b/VectoCore/VectoCore/Models/SimulationComponent/Impl/ATGearbox.cs index 22211a1864fe6e0b87556fa9237cf6cb63d39cc2..1de8dd3d0c4c7018288aa78a7c38708858541f93 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/Impl/ATGearbox.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/Impl/ATGearbox.cs @@ -103,14 +103,12 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl public override Second LastUpshift { get => -double.MaxValue.SI<Second>(); - //throw new System.NotImplementedException(); protected internal set => throw new System.NotImplementedException(); } public override Second LastDownshift { get => -double.MaxValue.SI<Second>(); - //throw new System.NotImplementedException(); protected internal set => throw new System.NotImplementedException(); }