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

deleted comments from FollowUpSimulatorFactory property

parent 949d02bb
Branches
Tags
No related merge requests found
...@@ -76,15 +76,10 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl.SimulatorFactory ...@@ -76,15 +76,10 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl.SimulatorFactory
{ {
get get
{ {
//if (!CreateFollowUpSimulatorFactory)
// return null;
if (_followUpSimulatorFactoryCreator != null) {
return _followUpSimulatorFactoryCreator.GetNextFactory(); return _followUpSimulatorFactoryCreator?.GetNextFactory();
} else {
return null;
}
//return _followingSimulatorFactoryCreator?.Invoke();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment