Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanismExtensions.cs
===================================================================
diff -u -rf7d73da8b5830eb8d37f50e94eb85e22f3e6b1c3 -r3bc137619c51529afcab45085ae338e722ff449a
--- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanismExtensions.cs (.../GrassCoverErosionOutwardsFailureMechanismExtensions.cs) (revision f7d73da8b5830eb8d37f50e94eb85e22f3e6b1c3)
+++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanismExtensions.cs (.../GrassCoverErosionOutwardsFailureMechanismExtensions.cs) (revision 3bc137619c51529afcab45085ae338e722ff449a)
@@ -36,34 +36,6 @@
public static class GrassCoverErosionOutwardsFailureMechanismExtensions
{
///
- /// Sets
- /// based upon the .
- ///
- /// The to update.
- /// The hydraulic boundary locations to use.
- /// Thrown when any parameter is null.
- public static void SetGrassCoverErosionOutwardsHydraulicBoundaryLocations(this GrassCoverErosionOutwardsFailureMechanism failureMechanism,
- IEnumerable hydraulicBoundaryLocations)
- {
- if (failureMechanism == null)
- {
- throw new ArgumentNullException(nameof(failureMechanism));
- }
- if (hydraulicBoundaryLocations == null)
- {
- throw new ArgumentNullException(nameof(hydraulicBoundaryLocations));
- }
-
- failureMechanism.HydraulicBoundaryLocations.Clear();
- if (!hydraulicBoundaryLocations.Any())
- {
- return;
- }
-
- failureMechanism.HydraulicBoundaryLocations.AddRange(hydraulicBoundaryLocations);
- }
-
- ///
/// Gets the normative assessment level for a .
///
/// The assessment section to get the normative assessment level from.