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

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

removed zero emission HDV and hybrid electric HDV from PEVPrimaryBusVehicleOutputGroup

parent 2ad9f2db
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,6 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.ManufacturerReport.
{
var result = new List<XElement>();
result.AddRange(_mrfFactory.GetPrimaryBusGeneralVehicleOutputGroup().GetElements(inputData));
result.Add(new XElement(_mrf + "ZeroEmissionHDV", inputData.JobInputData.Vehicle.ZeroEmissionVehicle));
result.Add(new XElement(_mrf + XMLNames.Vehicle_HybridElectricHDV, inputData.JobInputData.Vehicle.HybridElectricHDV));
result.AddRange(_mrfFactory.GetPEV_VehicleSequenceGroup().GetElements(inputData));
return result;
......
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