Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Primitives/SoilLayerProperties.cs
===================================================================
diff -u -r11770f197071c45397a34ec91fc3981acf05c850 -r133ab46a14ee9508c8dd5e4f82381da606076ae0
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Primitives/SoilLayerProperties.cs (.../SoilLayerProperties.cs) (revision 11770f197071c45397a34ec91fc3981acf05c850)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Primitives/SoilLayerProperties.cs (.../SoilLayerProperties.cs) (revision 133ab46a14ee9508c8dd5e4f82381da606076ae0)
@@ -67,7 +67,7 @@
public bool UsePop { get; set; }
///
- /// Gets or sets the shear strenth model to use for the layer.
+ /// Gets or sets the shear strength model to use for the layer.
///
public ShearStrengthModel ShearStrengthModel { get; set; }
@@ -96,91 +96,91 @@
public double BelowPhreaticLevelDeviation { get; set; } = double.NaN;
///
- /// Gets or sets the mean of the distribution for the cohesion of the
+ /// Gets or sets the mean of the distribution for the cohesion.
/// [kN/m³]
///
public double CohesionMean { get; set; } = double.NaN;
///
- /// Gets or sets the deviation of the distribution for the cohesion of the .
+ /// Gets or sets the deviation of the distribution for the cohesion.
/// [kN/m³]
///
public double CohesionDeviation { get; set; } = double.NaN;
///
- /// Gets or sets the shift of the distribution for the cohesion of the .
+ /// Gets or sets the shift of the distribution for the cohesion.
/// [kN/m³]
///
public double CohesionShift { get; set; } = double.NaN;
///
- /// Gets or sets the mean of the distribution for the friction angle of the
+ /// Gets or sets the mean of the distribution for the friction angle
/// [°]
///
public double FrictionAngleMean { get; set; } = double.NaN;
///
- /// Gets or sets the deviation of the distribution for the friction angle of the .
+ /// Gets or sets the deviation of the distribution for the friction angle.
/// [°]
///
public double FrictionAngleDeviation { get; set; } = double.NaN;
///
- /// Gets or sets the shift of the distribution for the friction angle of the .
+ /// Gets or sets the shift of the distribution for the friction angle.
/// [°]
///
public double FrictionAngleShift { get; set; } = double.NaN;
///
- /// Gets or sets the mean of the distribution for the ratio of shear strength S of the
+ /// Gets or sets the mean of the distribution for the ratio of shear strength S
/// [-]
///
public double ShearStrengthRatioMean { get; set; } = double.NaN;
///
- /// Gets or sets the deviation of the distribution for the ratio of shear strength S of the .
+ /// Gets or sets the deviation of the distribution for the ratio of shear strength S.
/// [-]
///
public double ShearStrengthRatioDeviation { get; set; } = double.NaN;
///
- /// Gets or sets the shift of the distribution for the ratio of shear strength S of the .
+ /// Gets or sets the shift of the distribution for the ratio of shear strength S.
/// [-]
///
public double ShearStrengthRatioShift { get; set; } = double.NaN;
///
- /// Gets or sets the mean of the distribution for the strength increase exponent (m) of the
+ /// Gets or sets the mean of the distribution for the strength increase exponent (m)
/// [-]
///
public double StrengthIncreaseExponentMean { get; set; } = double.NaN;
///
- /// Gets or sets the deviation of the distribution for the strength increase exponent (m) of the .
+ /// Gets or sets the deviation of the distribution for the strength increase exponent (m).
/// [-]
///
public double StrengthIncreaseExponentDeviation { get; set; } = double.NaN;
///
- /// Gets or sets the shift of the distribution for the strength increase exponent (m) of the .
+ /// Gets or sets the shift of the distribution for the strength increase exponent (m).
/// [-]
///
public double StrengthIncreaseExponentShift { get; set; } = double.NaN;
///
- /// Gets or sets the mean of the distribution for the POP of the
+ /// Gets or sets the mean of the distribution for the POP
/// [kN/m²]
///
public double PopMean { get; set; } = double.NaN;
///
- /// Gets or sets the deviation of the distribution for the POP of the .
+ /// Gets or sets the deviation of the distribution for the POP.
/// [kN/m²]
///
public double PopDeviation { get; set; } = double.NaN;
///
- /// Gets or sets the shift of the distribution for the POP of the .
+ /// Gets or sets the shift of the distribution for the POP.
/// [kN/m²]
///
public double PopShift { get; set; } = double.NaN;