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

corrected typo in comment

parent 9394d91d
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl
}).
Case<ResponseOverload>(). // do nothing, searchOperatingPoint is called later on
Case<ResponseUnderload>(r => {
// Delta is negative we are already below the Drag-load curve. activate braks
// Delta is negative we are already below the Drag-load curve. activate brakes
retVal = r; // => return, strategy should brake
}).
Case<ResponseGearShift>(r => { retVal = r; }).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment