Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismSectionResultRow.cs =================================================================== diff -u -re972fc9c24dc35dc9cb68d73e9f98c4a3e75859e -r25665d46d75ef07e404c0e599e9f1e7b57b1a79b --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismSectionResultRow.cs (.../ClosingStructuresFailureMechanismSectionResultRow.cs) (revision e972fc9c24dc35dc9cb68d73e9f98c4a3e75859e) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismSectionResultRow.cs (.../ClosingStructuresFailureMechanismSectionResultRow.cs) (revision 25665d46d75ef07e404c0e599e9f1e7b57b1a79b) @@ -83,14 +83,14 @@ } /// - /// Gets the . + /// Gets the value representing the result of the layer 2a assessment. /// [TypeConverter(typeof(NoProbabilityValueDoubleConverter))] public double AssessmentLayerTwoA { get { - return SectionResult.AssessmentLayerTwoA; + return SectionResult.GetAssessmentLayerTwoA(failureMechanism, assessmentSection); } }