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 96c6f36e authored by Harald Martini's avatar Harald Martini
Browse files

set ovc mode to charge sustaining for non ovc hevs

parent 320f2edb
Branches
Tags
No related merge requests found
......@@ -362,7 +362,7 @@ namespace TUGraz.VectoCore.InputData.Reader.Impl.DeclarationMode.CompletedBusRun
}
else
{
foreach (var run in CreateVectoRunData(mission, loading, modeIdx, fuelMode)) {
foreach (var run in CreateVectoRunData(mission, loading, modeIdx, fuelMode, OvcHevMode.ChargeSustaining)) {
yield return run;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment