From 9709b3385b867eb7323ea208cd679ea100739d02 Mon Sep 17 00:00:00 2001
From: Markus Quaritsch <markus.quaritsch@tugraz.at>
Date: Wed, 27 Sep 2017 15:33:17 +0200
Subject: [PATCH] remove invalid SI operator for Ampere

---
 VectoCommon/VectoCommon/Utils/SI.cs | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/VectoCommon/VectoCommon/Utils/SI.cs b/VectoCommon/VectoCommon/Utils/SI.cs
index 185f385ba0..290cfa5246 100644
--- a/VectoCommon/VectoCommon/Utils/SI.cs
+++ b/VectoCommon/VectoCommon/Utils/SI.cs
@@ -798,11 +798,6 @@ namespace TUGraz.VectoCommon.Utils
 		{
 			return SIBase<Volt>.Create(watt.Value() / ampere.Value());
 		}
-
-		public static Watt operator /(Volt volt, Ampere ampere)
-		{
-			return SIBase<Watt>.Create(volt.Value() * ampere.Value());
-		}
 	}
 
 	public class Volt : SIBase<Volt>
@@ -2318,4 +2313,4 @@ namespace TUGraz.VectoCommon.Utils
 			}
 		}
 	}
-}
\ No newline at end of file
+}
-- 
GitLab