From 6ed77bc320669917508dfb00a862c712a76361df Mon Sep 17 00:00:00 2001 From: Michael Krisper <michael.krisper@tugraz.at> Date: Wed, 20 Apr 2022 11:32:01 +0200 Subject: [PATCH] ATGearbox: removed NotImplemented comments --- .../VectoCore/Models/SimulationComponent/Impl/ATGearbox.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Impl/ATGearbox.cs b/VectoCore/VectoCore/Models/SimulationComponent/Impl/ATGearbox.cs index 22211a1864..1de8dd3d0c 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(); } -- GitLab