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

Skip to content
Snippets Groups Projects
Commit b6e1a1c3 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

fix: set vehicle group before initializing report

parent 27a26f54
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,7 @@ namespace TUGraz.VectoCore.InputData.Reader.Impl
_segment.VehicleClass),
InputDataHash = InputDataProvider.XMLHash
};
powertrainConfig.VehicleData.VehicleClass = _segment.VehicleClass;
Report.InitializeReport(powertrainConfig);
}
......@@ -205,4 +206,4 @@ namespace TUGraz.VectoCore.InputData.Reader.Impl
return DeclarationData.Segments.Lookup(category, axles, grossMassRating, curbWeight);
}
}
}
\ No newline at end of file
}
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