From 886d1dca83c329ac4dad38a63abd38209daeb026 Mon Sep 17 00:00:00 2001
From: Markus Quaritsch <markus.quaritsch@tugraz.at>
Date: Mon, 7 Sep 2020 15:33:30 +0200
Subject: [PATCH] correct typo in vmod

---
 VectoCore/VectoCore/Models/Simulation/Data/ModalResultField.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VectoCore/VectoCore/Models/Simulation/Data/ModalResultField.cs b/VectoCore/VectoCore/Models/Simulation/Data/ModalResultField.cs
index 5b94258246..678119ae70 100644
--- a/VectoCore/VectoCore/Models/Simulation/Data/ModalResultField.cs
+++ b/VectoCore/VectoCore/Models/Simulation/Data/ModalResultField.cs
@@ -74,7 +74,7 @@ namespace TUGraz.VectoCore.Models.Simulation.Data
 		/// <summary>
 		///     [Nm]	Full load torque
 		/// </summary>
-		[ModalResultField(typeof(SI), caption: "Tq_icd_full [Nm]")] T_ice_full,
+		[ModalResultField(typeof(SI), caption: "Tq_ice_full [Nm]")] T_ice_full,
 
 		/// <summary>
 		///     [Nm]	Motoring torque
-- 
GitLab