Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanismSectionResult.cs =================================================================== diff -u -r54b1bf1bd66dda16f2369e6f22851e791d65e179 -rb096784d1845696aba767ca12194673dd9347428 --- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanismSectionResult.cs (.../GrassCoverErosionOutwardsFailureMechanismSectionResult.cs) (revision 54b1bf1bd66dda16f2369e6f22851e791d65e179) +++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanismSectionResult.cs (.../GrassCoverErosionOutwardsFailureMechanismSectionResult.cs) (revision b096784d1845696aba767ca12194673dd9347428) @@ -20,7 +20,6 @@ // All rights reserved. using System; -using Core.Common.Base.Data; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Primitives; @@ -42,9 +41,6 @@ public GrassCoverErosionOutwardsFailureMechanismSectionResult(FailureMechanismSection section) : base(section) { SimpleAssessmentResult = SimpleAssessmentResultType.None; - AssessmentLayerTwoA = AssessmentLayerTwoAResult.NotCalculated; - AssessmentLayerThree = RoundedDouble.NaN; - DetailedAssessmentResultForFactorizedSignalingNorm = DetailedAssessmentResultType.None; DetailedAssessmentResultForSignalingNorm = DetailedAssessmentResultType.None; DetailedAssessmentResultForMechanismSpecificLowerLimitNorm = DetailedAssessmentResultType.None; @@ -60,17 +56,6 @@ public SimpleAssessmentResultType SimpleAssessmentResult { get; set; } /// - /// Gets or sets the value of the detailed assessment of safety per failure mechanism section, for which - /// the result is a value of . - /// - public AssessmentLayerTwoAResult AssessmentLayerTwoA { get; set; } - - /// - /// Gets or sets the value of the tailored assessment of safety. - /// - public RoundedDouble AssessmentLayerThree { get; set; } - - /// /// Gets or sets the value of the detailed assessment of safety per failure mechanism section /// for the factorized signaling norm (Cat Iv - IIv). ///