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

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
No related branches found
No related tags found
No related merge requests found
......@@ -76,15 +76,10 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl.SimulatorFactory
{
get
{
//if (!CreateFollowUpSimulatorFactory)
// return null;
return _followUpSimulatorFactoryCreator?.GetNextFactory();
if (_followUpSimulatorFactoryCreator != null) {
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.
Finish editing this message first!
Please register or to comment