Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 99d07f5f authored by Raphael LUZ's avatar Raphael LUZ
Browse files

Fixed error in Declaration Mode Pneumatic System Aux Power calculation ([kW]...

Fixed error in Declaration Mode Pneumatic System Aux Power calculation ([kW] were interpreted as [W])
parent fa805082
No related branches found
No related tags found
No related merge requests found
......@@ -1000,7 +1000,7 @@ Public Class cDeclaration
'PS
Try
AuxPower.Add(sKey.AUX.PneumSys, AuxPSpower(SegRef.HDVclass)(CurrentMission.MissionID) / 1000)
AuxPower.Add(sKey.AUX.PneumSys, AuxPSpower(SegRef.HDVclass)(CurrentMission.MissionID))
Catch ex As Exception
WorkerMsg(tMsgID.Err, "Failed to initialise pneumatic system! " & ex.Message, MsgSrc)
Result = False
......
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