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 35cd5335 authored by Terry Burns's avatar Terry Burns Committed by Kostis ANAGNOSTOPOULOS
Browse files

Replace 1000*EDP and EMP on M6

parent 0755adab
No related branches found
No related tags found
No related merge requests found
......@@ -159,12 +159,8 @@ End Property
Public ReadOnly Property Sum3 As Single
Get
'Return (_signals.EngineMotoringPower * 1000) + _
' (_signals.EngineDrivelinePower * 1000) + _
' Sum2
Return (_signals.EngineMotoringPower ) + _
(_signals.EngineDrivelinePower ) + _
Return (_signals.EngineMotoringPower * 1000) + _
(_signals.EngineDrivelinePower * 1000) + _
Sum2
End Get
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment