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

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

bugfix saving iepc max speed

parent c248db6e
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ Public Class IEPCInputData
If Not entry.SubItems(1).Text = Nothing Then _
currentEntry.MaxOutputShaftTorque = entry.SubItems(1).Text.ToDouble().SI(Of NewtonMeter)
If Not entry.SubItems(2).Text = Nothing Then _
currentEntry.MaxOutputShaftSpeed = entry.SubItems(2).Text.ToDouble().SI(Of PerSecond)
currentEntry.MaxOutputShaftSpeed = entry.SubItems(2).Text.ToDouble().RPMtoRad()
_gears.Add(currentEntry)
Next
......
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