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

Skip to content
Snippets Groups Projects
Commit 97e33eaf authored by Harald MARTINI's avatar Harald MARTINI
Browse files

fixed vif saving

parent b7b291c6
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ namespace VECTO3GUI2020.ViewModel.MultiStage.Implementation
var inputData = new XMLDeclarationVIFInputData(vifData.MultistageJobInputData, vifData.VehicleInputData);
var factory = _simFactoryFactory.Factory(ExecutionMode.Declaration, inputData, writer);
var factory = _simFactoryFactory.Factory(ExecutionMode.Declaration, inputData, writer, null, null, false);
//var factory = SimulatorFactory.CreateSimulatorFactory(ExecutionMode.Declaration, inputData, writer);
FileHelper.CreateDirectory(outputFile);
......
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