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

Skip to content
Snippets Groups Projects
Commit 550bbbb0 authored by Harald Martini's avatar Harald Martini
Browse files

Create DataReader with runDataFactory

parent 21ce02ff
No related branches found
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.
Finish editing this message first!
Please register or to comment