Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/WaterPressureAsphaltCoverFailureMechanismSectionResult.cs
===================================================================
diff -u -r7bd24b7b29d22e92f3e82453d4db798c73c6389b -r25f59fa52f81f0e5d8e1935f00abd21f2207bb7d
--- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/WaterPressureAsphaltCoverFailureMechanismSectionResult.cs (.../WaterPressureAsphaltCoverFailureMechanismSectionResult.cs) (revision 7bd24b7b29d22e92f3e82453d4db798c73c6389b)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/WaterPressureAsphaltCoverFailureMechanismSectionResult.cs (.../WaterPressureAsphaltCoverFailureMechanismSectionResult.cs) (revision 25f59fa52f81f0e5d8e1935f00abd21f2207bb7d)
@@ -19,7 +19,6 @@
// Stichting Deltares and remain full property of Stichting Deltares at all times.
// All rights reserved.
-using Core.Common.Base.Data;
using Ringtoets.AssemblyTool.Data;
using Ringtoets.Common.Data.FailureMechanism;
using Ringtoets.Common.Primitives;
@@ -36,12 +35,12 @@
///
/// Creates a new instance of .
///
- public WaterPressureAsphaltCoverFailureMechanismSectionResult(FailureMechanismSection section) : base(section)
+ public WaterPressureAsphaltCoverFailureMechanismSectionResult(FailureMechanismSection section)
+ : base(section)
{
SimpleAssessmentResult = SimpleAssessmentResultType.None;
TailorMadeAssessmentResult = TailorMadeAssessmentResultType.None;
ManualAssemblyCategoryGroup = FailureMechanismSectionAssemblyCategoryGroup.None;
- AssessmentLayerThree = RoundedDouble.NaN;
}
///
@@ -63,10 +62,5 @@
/// Gets or sets the manually selected assembly category group.
///
public FailureMechanismSectionAssemblyCategoryGroup ManualAssemblyCategoryGroup { get; set; }
-
- ///
- /// Gets or sets the value of the tailored assessment of safety.
- ///
- public RoundedDouble AssessmentLayerThree { get; set; }
}
}
\ No newline at end of file