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

Skip to content
Snippets Groups Projects
Commit 0dbbcf87 authored by Harald MARTINI's avatar Harald MARTINI
Browse files

Changed call of ToMinSignificantDigits

parent ae121f26
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment