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

Create DataReader with runDataFactory

parent 21ce02ff
Branches
No related tags found
No related merge requests found
......@@ -61,9 +61,9 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl.SimulatorFactory
_simulate = CanBeSimulated(dataProvider);
if (_simulate) {
CreateDeclarationDataReader(_currentStageInputData, _currentStageDeclarationReport, _currentStageVTPReport);
//DataReader = runDataFactoryFactory.CreateDeclarationRunDataFactory(_currentStageInputData, _currentStageDeclarationReport,
// _currentStageVTPReport);
//CreateDeclarationDataReader(_currentStageInputData, _currentStageDeclarationReport, _currentStageVTPReport);
DataReader = runDataFactoryFactory.CreateDeclarationRunDataFactory(_currentStageInputData, _currentStageDeclarationReport,
_currentStageVTPReport);
} else {
System.Diagnostics.Debug.Assert(_followUpSimulatorFactoryCreator == null,
"We should not create a followupSimulator factory if we aren't simulating anything in this step");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment