Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsPreconsolidationStressProperties.cs =================================================================== diff -u -reae3622163e0c8bdfc32f73eda6f5bd8d3b02484 -r49bb14e91d1ff06ec08b52f2e76c11dcf54e5ee0 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsPreconsolidationStressProperties.cs (.../MacroStabilityInwardsPreconsolidationStressProperties.cs) (revision eae3622163e0c8bdfc32f73eda6f5bd8d3b02484) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsPreconsolidationStressProperties.cs (.../MacroStabilityInwardsPreconsolidationStressProperties.cs) (revision 49bb14e91d1ff06ec08b52f2e76c11dcf54e5ee0) @@ -61,7 +61,7 @@ { get { - return new RoundedDouble(2, data.XCoordinate); + return data.XCoordinate; } } @@ -72,7 +72,7 @@ { get { - return new RoundedDouble(2, data.ZCoordinate); + return data.ZCoordinate; } }