From aa73e15fdf3f6c274c2fe6924b54a5b8d8f093f9 Mon Sep 17 00:00:00 2001
From: "VKMTHD\\franzjosefkober" <franz.josef.kober@ivt.tugraz.at>
Date: Thu, 6 May 2021 15:35:34 +0200
Subject: [PATCH] minor fixes after gui merge

---
 VECTO/Input Files/Vehicle.vb                         | 3 +++
 VectoCommon/VectoCommon/BusAuxiliaries/ISSMInputs.cs | 9 ---------
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/VECTO/Input Files/Vehicle.vb b/VECTO/Input Files/Vehicle.vb
index f50cc3639d..fe41cc9075 100644
--- a/VECTO/Input Files/Vehicle.vb	
+++ b/VECTO/Input Files/Vehicle.vb	
@@ -408,6 +408,9 @@ Public Class Vehicle
 		End Get
 	End Property
 
+	Public ReadOnly Property TransferredAirDragArea As SquareMeter Implements IAirdragDeclarationInputData.TransferredAirDragArea
+	Public ReadOnly Property AirDragArea_0 As SquareMeter Implements IAirdragDeclarationInputData.AirDragArea_0
+
 	Public ReadOnly Property IVehicleEngineeringInputData_Axles As IList(Of IAxleEngineeringInputData) _
 		Implements IAxlesEngineeringInputData.AxlesEngineering
 		Get
diff --git a/VectoCommon/VectoCommon/BusAuxiliaries/ISSMInputs.cs b/VectoCommon/VectoCommon/BusAuxiliaries/ISSMInputs.cs
index b7041cb980..635fa22f1f 100644
--- a/VectoCommon/VectoCommon/BusAuxiliaries/ISSMInputs.cs
+++ b/VectoCommon/VectoCommon/BusAuxiliaries/ISSMInputs.cs
@@ -244,15 +244,6 @@ namespace TUGraz.VectoCommon.BusAuxiliaries
 				default: return null;
 			}
 		}
-
-		public static string GetLabel(this HeatPumpType? type)
-		{
-			if (type.HasValue) {
-				return type.Value.GetLabel();
-			} else {
-				return null;
-			}
-		}
 	}
 
 
-- 
GitLab