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

Skip to content
Snippets Groups Projects
Commit 1dca8665 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

correcting SI units of Volt type

parent 122d5fb1
No related branches found
No related tags found
No related merge requests found
......@@ -1090,7 +1090,7 @@ namespace TUGraz.VectoCommon.Utils
/// </summary>
public class Volt : SIBase<Volt>
{
private static readonly int[] Units = { 1, 2, -2, -1, 0, 0, 0 };
private static readonly int[] Units = { 1, 2, -3, -1, 0, 0, 0 };
private Volt(double val) : base(val, Units) { }
public override string UnitString { get { return "V"; } }
......
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