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

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

removed not implemented exception from VectoMockupRunDataFactoryFactory

parent ed47cf71
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ using TUGraz.VectoCommon.Models;
using TUGraz.VectoCore.InputData;
using TUGraz.VectoCore.InputData.Reader.Impl;
using TUGraz.VectoCore.OutputData;
using TUGraz.VectoMockup.RunData;
namespace TUGraz.VectoMockup.Simulation.RundataFactories
{
......@@ -50,7 +50,6 @@ namespace TUGraz.VectoMockup.Simulation.RundataFactories
report);
}
else {
throw new NotImplementedException();
return new DeclarationModeMultistageBusVectoRunDataFactory(multistageVifInputData, report);
}
}
......
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