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

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

Stage count in VIF-postfix is now correct for Special Case I & II

parent 325ec19f
No related branches found
No related tags found
No related merge requests found
......@@ -259,9 +259,9 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl
multiStagePrimaryAndStageInputData.StageInputData);
var manStagesCount =
vifInputData.MultistageJobInputData.JobInputData.ManufacturingStages?.Count ?? 0;
vifInputData.MultistageJobInputData.JobInputData.ManufacturingStages?.Count ?? -1;
ReportWriter.NumberOfManufacturingStages = manStagesCount;
originalReportWriter.NumberOfManufacturingStages = manStagesCount;
var factory = new SimulatorFactory(_mode,
vifInputData, originalReportWriter,
null,
......
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