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

Skip to content
Snippets Groups Projects
Commit 1e8bbe12 authored by Harald Martini's avatar Harald Martini
Browse files

fixed wrong shift polygon calculation

parent 6d048d33
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl
GearboxType gearboxType, int i, EngineFullLoadCurve engineDataFullLoadCurve, IList<ITransmissionInputData> gearboxGears,
CombustionEngineData engineData, double axlegearRatio, Meter dynamicTyreRadius, ElectricMotorData electricMotorData = null)
{
return DeclarationData.Gearbox.ComputeManualTransmissionShiftPolygon(
return DeclarationData.Gearbox.ComputeEfficiencyShiftPolygon(
i, engineDataFullLoadCurve, gearboxGears, engineData, axlegearRatio, dynamicTyreRadius);
}
}
......
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