Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Helpers/ExportableFailureMechanismSectionHelper.cs =================================================================== diff -u -r2a81f01756e227d5ce93717b21b87e8a5cd5fcbb -r4e7af6baa981c64d6fbe8d0d74b92ed5d22bcfcc --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Helpers/ExportableFailureMechanismSectionHelper.cs (.../ExportableFailureMechanismSectionHelper.cs) (revision 2a81f01756e227d5ce93717b21b87e8a5cd5fcbb) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Helpers/ExportableFailureMechanismSectionHelper.cs (.../ExportableFailureMechanismSectionHelper.cs) (revision 4e7af6baa981c64d6fbe8d0d74b92ed5d22bcfcc) @@ -132,7 +132,7 @@ totalLength += pointsLength; - if (Math.Abs(totalLength - offset) < double.Epsilon) + if (Math.Abs(totalLength - offset) < 1e-8) { point = referenceLinePoints[i]; break;