Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs
===================================================================
diff -u -rab20c4eb4ca81bd3845d50210d2bdb301177af6a -re4e785f127ce9a2d0d1734c1b51e02d910a31bbe
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs (.../HeightStructuresFailureMechanismSectionResult.cs) (revision ab20c4eb4ca81bd3845d50210d2bdb301177af6a)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs (.../HeightStructuresFailureMechanismSectionResult.cs) (revision e4e785f127ce9a2d0d1734c1b51e02d910a31bbe)
@@ -29,7 +29,7 @@
/// This class holds the information of the result of the
/// for a height structures assessment.
///
- public class HeightStructuresFailureMechanismSectionResult : FailureMechanismSectionResult
+ public class HeightStructuresFailureMechanismSectionResult : StructuresFailureMechanismSectionResult
{
///
/// Creates a new instance of .
@@ -52,11 +52,5 @@
return Calculation.Output.Probability;
}
}
-
- ///
- /// Gets or sets the , which is chosen
- /// to be representative for the whole section.
- ///
- public StructuresCalculation Calculation { get; set; }
}
}
\ No newline at end of file