Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Service/MacroStabilityInwardsInputService.cs
===================================================================
diff -u -r801944e042197afab2cf3bb57359970479e286b3 -r78382ec129ddc7537096860680cef36f3796700d
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Service/MacroStabilityInwardsInputService.cs (.../MacroStabilityInwardsInputService.cs) (revision 801944e042197afab2cf3bb57359970479e286b3)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Service/MacroStabilityInwardsInputService.cs (.../MacroStabilityInwardsInputService.cs) (revision 78382ec129ddc7537096860680cef36f3796700d)
@@ -33,13 +33,13 @@
{
///
/// Sets and that match the input of a calculation if there is one matching
- /// or respectively.
+ /// or respectively.
///
- /// The input parameters to set the .
+ /// The input parameters to set the .
/// The available stochastic soil models.
- public static void SetMatchingStochasticSoilModel(MacroStabilityInwardsInput macroStabilityInwardsInput, IEnumerable availableStochasticSoilModels)
+ public static void SetMatchingStochasticSoilModel(MacroStabilityInwardsInput macroStabilityInwardsInput, IEnumerable availableStochasticSoilModels)
{
- List available = availableStochasticSoilModels.ToList();
+ List available = availableStochasticSoilModels.ToList();
if (available.Count == 1)
{
macroStabilityInwardsInput.StochasticSoilModel = available.First();
@@ -52,13 +52,13 @@
}
///
- /// Sets the to the corresponding :
+ /// Sets the to the corresponding :
///
- /// - null if no is set.
- /// - The first element of when it is the only element.
+ /// - null if no is set.
+ /// - The first element of when it is the only element.
///
///
- /// The input parameters to set the .
+ /// The input parameters to set the .
public static void SyncStochasticSoilProfileWithStochasticSoilModel(MacroStabilityInwardsInput macroStabilityInwardsInput)
{
if (macroStabilityInwardsInput.StochasticSoilModel != null)