Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs =================================================================== diff -u -r38600213ce6ca43c1819c81dd95c8ce786650ac3 -r673e35de0df920529e5dda63ea8b4dfb08ed65a8 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs (.../HeightStructuresFailureMechanismSectionResult.cs) (revision 38600213ce6ca43c1819c81dd95c8ce786650ac3) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs (.../HeightStructuresFailureMechanismSectionResult.cs) (revision 673e35de0df920529e5dda63ea8b4dfb08ed65a8) @@ -20,7 +20,6 @@ // All rights reserved. using System; -using Core.Common.Base.Data; using Ringtoets.Common.Data.FailureMechanism; namespace Ringtoets.HeightStructures.Data @@ -41,7 +40,6 @@ public HeightStructuresFailureMechanismSectionResult(FailureMechanismSection section) : base(section) { assessmentLayerTwoA = double.NaN; - AssessmentLayerThree = (RoundedDouble) double.NaN; } /// @@ -56,16 +54,6 @@ } /// - /// Gets or sets the value of assessment layer three. - /// - public RoundedDouble AssessmentLayerThree { get; set; } - - /// - /// Gets or sets the state of the assessment layer one. - /// - public bool AssessmentLayerOne { get; set; } - - /// /// Gets or sets the , which is chosen /// to be representative for the whole section. ///