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

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

limit for max. iterations per simulation step

parent be021acc
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,8 @@ namespace TUGraz.VectoCore.Configuration
public const int EngineSearchLoopThreshold = 100;
public const int MaximumIterationCountForSimulationStep = 30;
public static readonly MeterPerSecond VehicleStopClutchDisengageSpeed = 10.KMPHtoMeterPerSecond();
}
}
......
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