From ab133b1aec51205fa62ce922d74724cb84b35f5a Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Tue, 3 May 2016 08:50:53 +0200 Subject: [PATCH] engine: add source for dry-run response --- .../Models/SimulationComponent/Impl/CombustionEngine.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs b/VectoCore/VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs index 390323360e..8bd0691f5a 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs @@ -207,6 +207,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl EnginePowerRequest = torqueOut * avgEngineSpeed, AuxiliariesPowerDemand = auxTorqueDemand * avgEngineSpeed, EngineSpeed = angularVelocity, + Source = this, }; } -- GitLab