Index: Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/LayerProperties.cs =================================================================== diff -u -r9309bda293751f4b2813262b7f9e49c53ad83b7d -r1cc75d1898d59583d1f714e577490768e9574652 --- Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/LayerProperties.cs (.../LayerProperties.cs) (revision 9309bda293751f4b2813262b7f9e49c53ad83b7d) +++ Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/LayerProperties.cs (.../LayerProperties.cs) (revision 1cc75d1898d59583d1f714e577490768e9574652) @@ -316,7 +316,7 @@ public double? CohesionShift { get; } /// - /// Gets the distribution of the distribution for the friction angle + /// Gets the distribution for the friction angle. /// [°] /// public long? FrictionAngleDistribution { get; } @@ -364,13 +364,13 @@ public double? ShearStrengthRatioShift { get; } /// - /// Gets the distribution for the strength increase exponent (m) + /// Gets the distribution for the strength increase exponent (m). /// [-] /// public long? StrengthIncreaseExponentDistribution { get; } /// - /// Gets the mean of the distribution for the strength increase exponent (m) + /// Gets the mean of the distribution for the strength increase exponent (m). /// [-] /// public double? StrengthIncreaseExponentMean { get; } @@ -388,13 +388,13 @@ public double? StrengthIncreaseExponentShift { get; } /// - /// Gets the distribution for the POP + /// Gets the distribution for the POP. /// [kN/m²] /// public long? PopDistribution { get; } /// - /// Gets mean of the distribution for the POP + /// Gets mean of the distribution for the POP. /// [kN/m²] /// public double? PopMean { get; }