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

Skip to content
Snippets Groups Projects
Commit b89082ae authored by Michael KRISPER's avatar Michael KRISPER
Browse files

code formatting

parent 8c17ac9d
No related branches found
No related tags found
No related merge requests found
......@@ -1045,8 +1045,8 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl
|| runData.JobType == VectoSimulationJobType.SerialHybridVehicle
|| runData.JobType == VectoSimulationJobType.BatteryElectricVehicle
) {
runData.ShiftStrategy = APTNShiftStrategy.Name;
return new APTNShiftStrategy(container);
runData.ShiftStrategy = APTNShiftStrategy.Name;
return new APTNShiftStrategy(container);
}
throw new ArgumentException("APT-N Gearbox is only applicable on hybrids and battery electric vehicles.");
......
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