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 1b2df47c authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

fix after merge conflict

parent e9b995a5
No related branches found
No related tags found
No related merge requests found
......@@ -1001,11 +1001,11 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl
third = Driver.DrivingActionCoast(absTime, ds, velocityWithOverspeed, gradient);
debug.Add(new { action = "second:Overload -> Coast", third });
if (third is ResponseGearShift) {
switch (third) {
case ResponseGearShift _:
third = Driver.DrivingActionCoast(absTime, ds, velocityWithOverspeed, gradient);
debug.Add(new { action = "third:GearShift -> try again Coast", third });
}
switch (third) {
break;
case ResponseSpeedLimitExceeded _:
if (DataBus.GearboxInfo.GearboxType.AutomaticTransmission() &&
!DataBus.GearboxInfo.Gear.IsLockedGear()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment