Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

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

bugfix: voltage level was overwritten in case of IEPC

parent 733b1015
Branches
Tags
No related merge requests found
......@@ -297,8 +297,8 @@ namespace TUGraz.VectoCore.InputData.Reader.DataObjectAdapter.SimulationComponen
});
}
voltageLevels.First().Voltage = 1.SI<Volt>();
voltageLevels.Last().Voltage = 10E9.SI<Volt>();
//voltageLevels.First().Voltage = 1.SI<Volt>();
//voltageLevels.Last().Voltage = 10E9.SI<Volt>();
var dragCurves = new Dictionary<uint, DragCurve>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment