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 819c2dc9 authored by Raphael LUZ's avatar Raphael LUZ
Browse files

Fixed engine > aux shaft interface connection

parent 9425212d
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl
var aux = new EngineOnlyAuxiliary(container, new AuxiliariesDemandAdapter(cycleData));
debug("SimulationFactory connecting auxiliary with engine.");
aux.Connect(engine.OutShaft());
aux.InShaft().Connect(engine.OutShaft());
debug("SimulationFactory connecting gearbox with auxiliary.");
gearBox.InShaft().Connect(aux.OutShaft());
......
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