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 0dbbcf87 authored by Harald Martini's avatar Harald Martini
Browse files

Changed call of ToMinSignificantDigits

parent ae121f26
Branches
Tags
No related merge requests found
......@@ -345,7 +345,7 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.VehicleInformationF
new XElement(tns + XMLNames.Bus_SizeOfAirSupply, supply.CompressorSize),
new XElement(tns + XMLNames.CompressorDrive, supply.CompressorDrive.GetLabel()),
new XElement(tns + XMLNames.Vehicle_Clutch, supply.Clutch),
new XElement(tns + XMLNames.Bus_CompressorRatio, supply.Ratio.ToMinSignificantDigits(3)),
new XElement(tns + XMLNames.Bus_CompressorRatio, supply.Ratio.ToMinSignificantDigits(3,3)),
new XElement(tns + XMLNames.Bus_SmartCompressionSystem, supply.SmartAirCompression),
new XElement(tns + XMLNames.Bus_SmartRegenerationSystem, supply.SmartRegeneration),
new XElement(tns + XMLNames.Bus_AirsuspensionControl, GetXMLAirsuspensionControl(consumer.AirsuspensionControl)),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment