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

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

PowertrainBuilder: Corrected comment

parent 5b4be2c6
No related branches found
No related tags found
No related merge requests found
......@@ -239,17 +239,17 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl
/// Builds a measured speed powertrain.
/// <code>
/// MeasuredSpeedDrivingCycle
/// └┬ Vehicle
/// └┬ Wheels
/// └┬ Brakes
/// └┬ AxleGear
/// └┬ (Angledrive)
/// └┬ (Transmission Output Retarder)
/// └┬ Gearbox, ATGearbox, or APTNGearbox
/// └┬ (Transmission Input Retarder)
/// └┬ (Clutch if Manual Transmission)
/// └ StopStartCombustionEngine
/// └(Aux)
/// └┬Vehicle
/// └┬Wheels
/// └┬Brakes
/// └┬AxleGear
/// └┬(Angledrive)
/// └┬(Transmission Output Retarder)
/// └┬Gearbox, ATGearbox, or APTNGearbox
/// └┬(Transmission Input Retarder)
/// └┬(Clutch if Manual Transmission)
/// └StopStartCombustionEngine
/// └(Aux)
/// </code>
/// </summary>
private IVehicleContainer BuildMeasuredSpeed(VectoRunData data)
......@@ -777,13 +777,14 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl
/// └┬Vehicle
/// └┬Wheels
/// └┬Brakes
/// └┬(Angledrive)
/// └┬(Transmission Output Retarder)
/// └┬ATGearbox or Gearbox
/// └┬(Transmission Input Retarder)
/// └┬(Clutch if Manual Transmission)
/// └CombustionEngine
/// └(Aux)
/// └┬AxleGear
/// └┬(Angledrive)
/// └┬(Transmission Output Retarder)
/// └┬ATGearbox or Gearbox
/// └┬(Transmission Input Retarder)
/// └┬(Clutch if Manual Transmission)
/// └CombustionEngine
/// └(Aux)
/// </code>
/// </summary>
public void BuildSimplePowertrain(VectoRunData data, IVehicleContainer container)
......
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