From f5e8e81235049337e7529a529693675849ac400c Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Tue, 10 May 2016 12:44:16 +0200 Subject: [PATCH] on commit: commit cycle first --- VectoConsole/Properties/Version.cs | 2 +- VectoConsole/Properties/Version.tt | 2 +- VectoCore/VectoCore/Models/Simulation/Impl/VehicleContainer.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VectoConsole/Properties/Version.cs b/VectoConsole/Properties/Version.cs index e99a7e338d..993af88e9b 100644 --- a/VectoConsole/Properties/Version.cs +++ b/VectoConsole/Properties/Version.cs @@ -11,7 +11,7 @@ * by the European Commission - subsequent versions of the EUPL (the "Licence"); * You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: -* +* * https://joinup.ec.europa.eu/community/eupl/og_page/eupl * * Unless required by applicable law or agreed to in writing, VECTO diff --git a/VectoConsole/Properties/Version.tt b/VectoConsole/Properties/Version.tt index fc2d8391c2..fe770d6232 100644 --- a/VectoConsole/Properties/Version.tt +++ b/VectoConsole/Properties/Version.tt @@ -11,7 +11,7 @@ * by the European Commission - subsequent versions of the EUPL (the "Licence"); * You may not use VECTO except in compliance with the Licence. * You may obtain a copy of the Licence at: -* +* * https://joinup.ec.europa.eu/community/eupl/og_page/eupl * * Unless required by applicable law or agreed to in writing, VECTO diff --git a/VectoCore/VectoCore/Models/Simulation/Impl/VehicleContainer.cs b/VectoCore/VectoCore/Models/Simulation/Impl/VehicleContainer.cs index d13a116fb8..462023c637 100644 --- a/VectoCore/VectoCore/Models/Simulation/Impl/VehicleContainer.cs +++ b/VectoCore/VectoCore/Models/Simulation/Impl/VehicleContainer.cs @@ -224,7 +224,7 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl .If<IClutchInfo>(c => Clutch = c) .If<IDrivingCycleInfo>(c => { DrivingCycle = c; - commitPriority = 3; + commitPriority = 6; }); _components.Add(Tuple.Create(commitPriority, component)); -- GitLab