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
Commit d08c688d authored by Michael KRISPER's avatar Michael KRISPER
Browse files

corrected refactoring error (syntax)

parent 3519b2be
No related branches found
No related tags found
No related merge requests found
......@@ -593,9 +593,7 @@ Public Class EngineForm
series.Name = "Motoring (" & Path.GetFileNameWithoutExtension(TbMAP.Text) & ")"
chart.Series.Add(series)
engineCharacteristics +=
$"Max. Torque: {fullLoadCurve.MaxTorque.Value():F0} Nm; Max. Power: {(fullLoadCurve.MaxPower.Value()/1000):F1 _
} kW; n_rated: {fullLoadCurve.RatedSpeed.AsRPM:F0} rpm; n_95h: {fullLoadCurve.N95hSpeed.AsRPM:F0} rpm"
engineCharacteristics += $"Max. Torque: {fullLoadCurve.MaxTorque.Value():F0} Nm; Max. Power: {(fullLoadCurve.MaxPower.Value()/1000):F1} kW; n_rated: {fullLoadCurve.RatedSpeed.AsRPM:F0} rpm; n_95h: {fullLoadCurve.N95hSpeed.AsRPM:F0} rpm"
End If
If Not fcMap2 Is Nothing Then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment