Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 9709b338 authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

remove invalid SI operator for Ampere

parent 21781634
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment