Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructuresFailureMechanismSectionResult.cs
===================================================================
diff -u -rae14c5d4e4624fa87390e6d63bb419c648e12dda -r673e35de0df920529e5dda63ea8b4dfb08ed65a8
--- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructuresFailureMechanismSectionResult.cs (.../StabilityPointStructuresFailureMechanismSectionResult.cs) (revision ae14c5d4e4624fa87390e6d63bb419c648e12dda)
+++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructuresFailureMechanismSectionResult.cs (.../StabilityPointStructuresFailureMechanismSectionResult.cs) (revision 673e35de0df920529e5dda63ea8b4dfb08ed65a8)
@@ -20,7 +20,6 @@
// All rights reserved.
using System;
-using Core.Common.Base.Data;
using Ringtoets.Common.Data.FailureMechanism;
using Ringtoets.Common.Data.Properties;
@@ -40,11 +39,9 @@
/// The for which the
/// will hold the result.
/// Thrown when is null.
- public StabilityPointStructuresFailureMechanismSectionResult(FailureMechanismSection section)
- : base(section)
+ public StabilityPointStructuresFailureMechanismSectionResult(FailureMechanismSection section) : base(section)
{
AssessmentLayerTwoA = double.NaN;
- AssessmentLayerThree = (RoundedDouble) double.NaN;
}
///
@@ -66,10 +63,5 @@
assessmentLayerTwoA = value;
}
}
-
- ///
- /// Gets or sets the value of the tailored assessment of safety.
- ///
- public RoundedDouble AssessmentLayerThree { get; set; }
}
}
\ No newline at end of file