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

Skip to content
Snippets Groups Projects
Commit d81bb187 authored by Harald Martini's avatar Harald Martini
Browse files

set ovc mode in rundata

parent 3d579d4e
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ namespace TUGraz.VectoCore.InputData.Reader.Impl.DeclarationMode.HeavyLorryRunDa
{
public abstract partial class DeclarationModeHeavyLorryRunDataFactory
{
public abstract class Hybrid : LorryBase
{
public Hybrid(IDeclarationInputDataProvider dataProvider, IDeclarationReport report,
......@@ -154,6 +155,7 @@ namespace TUGraz.VectoCore.InputData.Reader.Impl.DeclarationMode.HeavyLorryRunDa
runData.BatteryData.Batteries.ForEach(b => b.Item2.ChargeSustainingBattery = true);
}
runData.OVCMode = ovcMode;
return runData;
}
......
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