Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanismExtensions.cs
===================================================================
diff -u -rf5bac1f11df4ee4881109371c50120763e303642 -ref5c2aa8dc9888d9864ed3a9278b0bdcb7ebd648
--- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanismExtensions.cs (.../GrassCoverErosionOutwardsFailureMechanismExtensions.cs) (revision f5bac1f11df4ee4881109371c50120763e303642)
+++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanismExtensions.cs (.../GrassCoverErosionOutwardsFailureMechanismExtensions.cs) (revision ef5c2aa8dc9888d9864ed3a9278b0bdcb7ebd648)
@@ -23,7 +23,6 @@
using System.Collections.Generic;
using System.Linq;
using Core.Common.Utils.Extensions;
-using Ringtoets.Common.Data.AssessmentSection;
using Ringtoets.Common.Data.Hydraulics;
namespace Ringtoets.GrassCoverErosionOutwards.Data
@@ -64,24 +63,5 @@
location.Location.X,
location.Location.Y)));
}
-
- ///
- /// Gets the norm which is needed in the calculations within .
- ///
- /// The to get the failure mechanism norm for.
- /// The which contains the assessment section norm.
- /// The value of the failure mechanism norm.
- /// Thrown when is null.
- public static double GetMechanismSpecificNorm(this GrassCoverErosionOutwardsFailureMechanism failureMechanism, IAssessmentSection assessmentSection)
- {
- if (assessmentSection == null)
- {
- throw new ArgumentNullException(nameof(assessmentSection));
- }
-
- return assessmentSection.FailureMechanismContribution.Norm
- *(failureMechanism.Contribution/100)
- /failureMechanism.GeneralInput.N;
- }
}
}
\ No newline at end of file