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

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
......@@ -148,7 +148,7 @@ End Property
Get
Dim returnValue As Single = _signals.PreExistingAuxPower +_m1.AveragePowerDemandAtCrankFromHVACMechanicalsWatts + SW1 + _m3.GetAveragePowerDemandAtCrankFromPneumatics
Dim returnValue As Single = _signals.PreExistingAuxPower +_m1.AveragePowerDemandAtCrankFromHVACMechanicalsWatts + SW1 + _m3.GetAveragePowerDemandAtCrankFromPneumatics
Return returnValue
......@@ -159,13 +159,9 @@ End Property
Public ReadOnly Property Sum3 As Single
Get
'Return (_signals.EngineMotoringPower * 1000) + _
' (_signals.EngineDrivelinePower * 1000) + _
' Sum2
Return (_signals.EngineMotoringPower ) + _
(_signals.EngineDrivelinePower ) + _
Sum2
Return (_signals.EngineMotoringPower * 1000) + _
(_signals.EngineDrivelinePower * 1000) + _
Sum2
End Get
End Property
......
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