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

Skip to content
Snippets Groups Projects
Commit 1b20fa0b authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

disable realy upshift for FC-based shift strategy

parent 61c873f7
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl
var minFc = double.MaxValue;
KilogramPerSecond fcCurrent = null;
var fcUpshiftPossible = false;
var fcUpshiftPossible = true;
for (var i = 1; i <= shiftStrategyParameters.AllowedGearRangeFC; i++) {
var tryNextGear = (uint)(currentGear + i);
......
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