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 22e62984 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

fix: copy manufacturer data in compbustionEngineData copy-constructor

parent a4500d68
Branches
Tags
No related merge requests found
...@@ -97,6 +97,8 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Data ...@@ -97,6 +97,8 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Data
public CombustionEngineData Copy() public CombustionEngineData Copy()
{ {
return new CombustionEngineData { return new CombustionEngineData {
Manufacturer = Manufacturer,
ModelName = ModelName,
Displacement = Displacement, Displacement = Displacement,
IdleSpeed = IdleSpeed, IdleSpeed = IdleSpeed,
Inertia = Inertia, Inertia = Inertia,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment