Index: Ringtoets/Common/src/Ringtoets.Common.Utils/StructuresHelper.cs
===================================================================
diff -u -r5fcfd3d73f28585c211086ad413fc5d177ecd6b2 -r2a896243ca24205f8e98db1b61e8148d1d9b9062
--- Ringtoets/Common/src/Ringtoets.Common.Utils/StructuresHelper.cs (.../StructuresHelper.cs) (revision 5fcfd3d73f28585c211086ad413fc5d177ecd6b2)
+++ Ringtoets/Common/src/Ringtoets.Common.Utils/StructuresHelper.cs (.../StructuresHelper.cs) (revision 2a896243ca24205f8e98db1b61e8148d1d9b9062)
@@ -56,28 +56,6 @@
}
///
- /// Determine which geometrically contains the .
- ///
- /// The objects
- /// whose are considered.
- /// The .
- /// The containing , or null if none found.
- /// Thrown when is null
- /// Thrown when an element in is null.
- ///
- public static FailureMechanismSection GetFailureMechanismSectionForCalculation(IEnumerable sections,
- StructuresCalculation calculation)
- where T : IStructuresCalculationInput, new()
- {
- CalculationWithLocation calculationWithLocation = AsCalculationWithLocation(calculation);
- if (calculationWithLocation != null)
- {
- return AssignUnassignCalculations.FailureMechanismSectionForCalculation(sections, calculationWithLocation);
- }
- return null;
- }
-
- ///
/// Updates the for each element
/// of if required due to a change.
///