Index: Ringtoets/Common/src/Ringtoets.Common.Data/Structures/IStructuresCalculationInput.cs
===================================================================
diff -u -r183d1e7ed095ea4e8024068bc4ddfcf3ac6997d3 -r98158bd52e1e6e72270448f05918ef05f711e3bd
--- Ringtoets/Common/src/Ringtoets.Common.Data/Structures/IStructuresCalculationInput.cs (.../IStructuresCalculationInput.cs) (revision 183d1e7ed095ea4e8024068bc4ddfcf3ac6997d3)
+++ Ringtoets/Common/src/Ringtoets.Common.Data/Structures/IStructuresCalculationInput.cs (.../IStructuresCalculationInput.cs) (revision 98158bd52e1e6e72270448f05918ef05f711e3bd)
@@ -26,7 +26,8 @@
///
/// Interface describing an object that is the input to a structures calculation.
///
- ///
+ /// The type of the structure which can be assigned to the
+ /// calculation.
public interface IStructuresCalculationInput : ICalculationInput where T: StructureBase
{
///
Index: Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresFailureMechanismSectionResult.cs
===================================================================
diff -u -r183d1e7ed095ea4e8024068bc4ddfcf3ac6997d3 -r98158bd52e1e6e72270448f05918ef05f711e3bd
--- Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresFailureMechanismSectionResult.cs (.../StructuresFailureMechanismSectionResult.cs) (revision 183d1e7ed095ea4e8024068bc4ddfcf3ac6997d3)
+++ Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresFailureMechanismSectionResult.cs (.../StructuresFailureMechanismSectionResult.cs) (revision 98158bd52e1e6e72270448f05918ef05f711e3bd)
@@ -29,8 +29,8 @@
/// This class holds the information of the result of the
/// for a structures assessment.
///
- /// This class is generic with {T} specifying the type op structure
- /// whose calculation is chosen to be representative for the whole section.
+ /// The type of the input of the calculation which is chosen to be representative
+ /// for the whole section.
public class StructuresFailureMechanismSectionResult : FailureMechanismSectionResult where T : ICalculationInput, new()
{
///