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

corrected typo

parent 95336105
Branches
Tags v0.6.0
No related merge requests found
...@@ -78,8 +78,8 @@ namespace TUGraz.VectoCore.Models.SimulationComponent ...@@ -78,8 +78,8 @@ namespace TUGraz.VectoCore.Models.SimulationComponent
protected internal TStateType CurrentState; protected internal TStateType CurrentState;
protected internal TStateType PreviousState; protected internal TStateType PreviousState;
protected StatefulVectoSimulationComponent(IVehicleContainer contaier) protected StatefulVectoSimulationComponent(IVehicleContainer container)
: base(contaier) : base(container)
{ {
CurrentState = new TStateType(); CurrentState = new TStateType();
PreviousState = new TStateType(); PreviousState = new TStateType();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment