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

Skip to content
Snippets Groups Projects
Commit 6cf18880 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

Pull request #2: added TankSystem in DummyVehicle for validation when a engine file is saved.

Merge in VECTO/mk_vecto-dev from bugfix/VECTO-1486-ng-pi-fuel-type-not-working-with-engine-gui-.veng-in-engineering-mode to develop

* commit '238a508f':
  added TankSystem in DummyVehicle for validation when a engine file is saved.
parents 9a712502 238a508f
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