diff --git a/VectoCore/VectoCore/OutputData/XML/DeclarationReports/VTPReport/XMLVTPReport.cs b/VectoCore/VectoCore/OutputData/XML/DeclarationReports/VTPReport/XMLVTPReport.cs index e7b4282468cb9892f184adebf57285fb88071dbf..9d13cf0cbd53582191156414705f25adf8c0429e 100644 --- a/VectoCore/VectoCore/OutputData/XML/DeclarationReports/VTPReport/XMLVTPReport.cs +++ b/VectoCore/VectoCore/OutputData/XML/DeclarationReports/VTPReport/XMLVTPReport.cs @@ -297,11 +297,11 @@ namespace TUGraz.VectoCore.OutputData.XML ), new XElement( tns + "Declared", new XAttribute(XMLNames.Report_Results_Unit_Attr, key), - declaredCO2.ToMinSignificantDigits(3, 2) + declaredCO2.ToXMLFormat( 2) ), new XElement( tns + "Verified", new XAttribute(XMLNames.Report_Results_Unit_Attr, key), - verifiedCO2.ToMinSignificantDigits(3, 2) + verifiedCO2.ToXMLFormat( 2) ) ), new XElement(tns + "C_VTP", cVtp.ToXMLFormat(4)));