Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

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

set the electric range in the xml report result class

parent 69a3e667
Branches
Tags
No related merge requests found
...@@ -218,6 +218,7 @@ namespace TUGraz.VectoCore.OutputData.XML ...@@ -218,6 +218,7 @@ namespace TUGraz.VectoCore.OutputData.XML
ActualChargeDepletingRange = ranges.ActualChargeDepletingRange; ActualChargeDepletingRange = ranges.ActualChargeDepletingRange;
EquivalentAllElectricRange = ranges.EquivalentAllElectricRange; EquivalentAllElectricRange = ranges.EquivalentAllElectricRange;
ZeroCO2EmissionsRange = ranges.ZeroCO2EmissionsRange; ZeroCO2EmissionsRange = ranges.ZeroCO2EmissionsRange;
ElectricEnergyConsumption = ranges.ElectricEnergyConsumption;
} }
if (data.HasGearbox) { if (data.HasGearbox) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment