Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 650dd571 authored by Stefanos Doumpoulakis's avatar Stefanos Doumpoulakis
Browse files

a)corrected release notes, b)bugfix for engineOnly builder

parent b17de93c
Branches
Tags
No related merge requests found
...@@ -1374,3 +1374,11 @@ cycle ...@@ -1374,3 +1374,11 @@ cycle
* Bugfix: Traction interruption failed in distance corrected time steps * Bugfix: Traction interruption failed in distance corrected time steps
* Removed unused parameters from .vecto file. OLD FILES ARE NOT SUPPORTED!!! * Removed unused parameters from .vecto file. OLD FILES ARE NOT SUPPORTED!!!
* Added JRC contact data in "About" form. * Added JRC contact data in "About" form.
# VECTO Development Release Changelog
## 2022-11-04: Vecto 0.7.9-2864 JRC Development Release
- Improvements
- Implementation of measured speed cycle for BEVs (E2, E3, E4, IEPC)
- Implementation of measured speed with gear for BEVs (E2, IEPC)
- Implementation of Pwheel mode for BEVs (E2, E3, E4, IEPC)
No preview for this file type
No preview for this file type
...@@ -126,7 +126,8 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl ...@@ -126,7 +126,8 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl
var engineOnlyBuilders = new Dictionary<VectoSimulationJobType, Func<VectoRunData, IModalDataContainer, ISumData, IVehicleContainer>>() var engineOnlyBuilders = new Dictionary<VectoSimulationJobType, Func<VectoRunData, IModalDataContainer, ISumData, IVehicleContainer>>()
{ {
{ VectoSimulationJobType.ConventionalVehicle, BuildEngineOnly } { VectoSimulationJobType.ConventionalVehicle, BuildEngineOnly },
{ VectoSimulationJobType.EngineOnlySimulation, BuildEngineOnly }
}; };
_builders = new Dictionary<CycleType, Dictionary<VectoSimulationJobType, Func<VectoRunData, IModalDataContainer, ISumData, IVehicleContainer>>>() _builders = new Dictionary<CycleType, Dictionary<VectoSimulationJobType, Func<VectoRunData, IModalDataContainer, ISumData, IVehicleContainer>>>()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment