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 65e464ab authored by Harald Martini's avatar Harald Martini
Browse files

made mockup property in simulator factory static

parent cdd3e71e
Branches
Tags
No related merge requests found
......@@ -52,7 +52,6 @@ namespace TUGraz.VectoCore.Models.Simulation
bool CreateFollowUpSimulatorFactory { get; set; }
bool MockUpRun { get; set; }
/// <summary>
/// Creates powertrain and initializes it with the component's data.
......
......@@ -72,7 +72,7 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl.SimulatorFactory
protected bool _simulate = true;
//TODO: set with preprocessor directive remove from interface
public bool MockUpRun { get; set; } = true;
public static bool MockUpRun { get; set; } = false;
public ISimulatorFactory FollowUpSimulatorFactory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment