Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/DuneErosionFailureMechanismSectionResult.cs
===================================================================
diff -u -r11f0867b39150ae5fac83dc178a89fee46d27611 -r673e35de0df920529e5dda63ea8b4dfb08ed65a8
--- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/DuneErosionFailureMechanismSectionResult.cs (.../DuneErosionFailureMechanismSectionResult.cs) (revision 11f0867b39150ae5fac83dc178a89fee46d27611)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/DuneErosionFailureMechanismSectionResult.cs (.../DuneErosionFailureMechanismSectionResult.cs) (revision 673e35de0df920529e5dda63ea8b4dfb08ed65a8)
@@ -20,7 +20,6 @@
// All rights reserved.
using System;
-using Core.Common.Base.Data;
using Ringtoets.Common.Data.FailureMechanism;
namespace Ringtoets.Integration.Data.StandAlone.SectionResults
@@ -37,20 +36,12 @@
/// The for which the
/// will hold the result.
/// Thrown when is null.
- public DuneErosionFailureMechanismSectionResult(FailureMechanismSection section) : base(section)
- {
- AssessmentLayerThree = (RoundedDouble) double.NaN;
- }
+ public DuneErosionFailureMechanismSectionResult(FailureMechanismSection section) : base(section) {}
///
/// 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; }
}
}
\ No newline at end of file