Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Helpers/ExportableFailureMechanismSectionHelper.cs =================================================================== diff -u -r4e7af6baa981c64d6fbe8d0d74b92ed5d22bcfcc -r59afc1c097bb78387d9c4b2f5a9b0fe0bdc7e653 --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Helpers/ExportableFailureMechanismSectionHelper.cs (.../ExportableFailureMechanismSectionHelper.cs) (revision 4e7af6baa981c64d6fbe8d0d74b92ed5d22bcfcc) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Helpers/ExportableFailureMechanismSectionHelper.cs (.../ExportableFailureMechanismSectionHelper.cs) (revision 59afc1c097bb78387d9c4b2f5a9b0fe0bdc7e653) @@ -114,7 +114,7 @@ index = 0; Point2D point = null; - if (Math.Abs(offset) < double.Epsilon) + if (Math.Abs(offset) < 1e-8) { return referenceLinePoints[0]; }