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

Skip to content
Snippets Groups Projects
Commit 238a508f authored by Michael KRISPER's avatar Michael KRISPER
Browse files

added TankSystem in DummyVehicle for validation when a engine file is saved.

parent 9a712502
No related branches found
No related tags found
No related merge requests found
......@@ -228,7 +228,8 @@ Public Class Engine
Else
Dim doa As EngineeringDataAdapter = New EngineeringDataAdapter()
Dim dummyVehicle As IVehicleEngineeringInputData = New DummyVehicle() With {
.IVehicleComponentsEngineering_EngineInputData = engine
.IVehicleComponentsEngineering_EngineInputData = engine,
.TankSystem = TankSystem.Compressed
}
engineData = doa.CreateEngineData(dummyVehicle, CType(engine.EngineModes.First(), IEngineModeEngineeringInputData))
End If
......
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