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 2387b378 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

added default value for inherited argument

parent f0644893
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl ...@@ -141,7 +141,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl
/// </list> /// </list>
/// </returns> /// </returns>
public override IResponse Request(Second absTime, Second dt, NewtonMeter outTorque, PerSecond outAngularVelocity, public override IResponse Request(Second absTime, Second dt, NewtonMeter outTorque, PerSecond outAngularVelocity,
bool dryRun) bool dryRun = false)
{ {
Log.Debug("Gearbox Power Request: torque: {0}, angularVelocity: {1}", outTorque, outAngularVelocity); Log.Debug("Gearbox Power Request: torque: {0}, angularVelocity: {1}", outTorque, outAngularVelocity);
Gear = DataBus.DriverBehavior == DrivingBehavior.Braking Gear = DataBus.DriverBehavior == DrivingBehavior.Braking
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment