Index: Riskeer/Common/src/Riskeer.Common.Data/FailureMechanism/ScenarioConfigurationPerFailureMechanismSection.cs =================================================================== diff -u -r274bf126a5e87b298de242a6b98e95af3ec3171d -r9c246ecc5f216792ed4ab7d626cd99217a1f8031 --- Riskeer/Common/src/Riskeer.Common.Data/FailureMechanism/ScenarioConfigurationPerFailureMechanismSection.cs (.../ScenarioConfigurationPerFailureMechanismSection.cs) (revision 274bf126a5e87b298de242a6b98e95af3ec3171d) +++ Riskeer/Common/src/Riskeer.Common.Data/FailureMechanism/ScenarioConfigurationPerFailureMechanismSection.cs (.../ScenarioConfigurationPerFailureMechanismSection.cs) (revision 9c246ecc5f216792ed4ab7d626cd99217a1f8031) @@ -43,7 +43,7 @@ /// Creates a new instance of . /// /// The the scenario configuration belongs to. - /// The 'a' parameter for determining the maximum tolerated probability of failure. + /// The 'a' parameter representing the failure mechanism sensitive fraction. /// Thrown when is null. /// Thrown when ' is not in the range [0, 1]. protected ScenarioConfigurationPerFailureMechanismSection(FailureMechanismSection section, RoundedDouble a) Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Data/GeneralMacroStabilityInwardsInput.cs =================================================================== diff -u -r5db2b344fe15c1560c39a8574a6b28811e39439e -r9c246ecc5f216792ed4ab7d626cd99217a1f8031 --- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Data/GeneralMacroStabilityInwardsInput.cs (.../GeneralMacroStabilityInwardsInput.cs) (revision 5db2b344fe15c1560c39a8574a6b28811e39439e) +++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Data/GeneralMacroStabilityInwardsInput.cs (.../GeneralMacroStabilityInwardsInput.cs) (revision 9c246ecc5f216792ed4ab7d626cd99217a1f8031) @@ -50,8 +50,8 @@ public double WaterVolumetricWeight { get; } /// - /// Gets the 'b' parameter used to factor in the 'length effect' when determining - /// the maximum tolerated probability of failure. + /// Gets the 'b' parameter representing the equivalent independent length to factor + /// in the 'length effect'. /// public double B { get; } } Index: Riskeer/Piping/src/Riskeer.Piping.Data/GeneralPipingInput.cs =================================================================== diff -u -r5db2b344fe15c1560c39a8574a6b28811e39439e -r9c246ecc5f216792ed4ab7d626cd99217a1f8031 --- Riskeer/Piping/src/Riskeer.Piping.Data/GeneralPipingInput.cs (.../GeneralPipingInput.cs) (revision 5db2b344fe15c1560c39a8574a6b28811e39439e) +++ Riskeer/Piping/src/Riskeer.Piping.Data/GeneralPipingInput.cs (.../GeneralPipingInput.cs) (revision 9c246ecc5f216792ed4ab7d626cd99217a1f8031) @@ -176,8 +176,8 @@ #region Length Effect parameters /// - /// Gets the 'b' parameter used to factor in the 'length effect' when determining - /// the maximum tolerated probability of failure. + /// Gets the 'b' parameter representing the equivalent independent length to factor + /// in the 'length effect'. /// public double B { get; }