Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationImporter.cs
===================================================================
diff -u -r801944e042197afab2cf3bb57359970479e286b3 -r78382ec129ddc7537096860680cef36f3796700d
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationImporter.cs (.../MacroStabilityInwardsCalculationConfigurationImporter.cs) (revision 801944e042197afab2cf3bb57359970479e286b3)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationImporter.cs (.../MacroStabilityInwardsCalculationConfigurationImporter.cs) (revision 78382ec129ddc7537096860680cef36f3796700d)
@@ -169,9 +169,9 @@
/// The calculation to configure.
/// false when
///
- /// - the has a set
+ ///
- the has a set
/// which is not available in the failure mechanism.
- /// - The does not intersect with the
+ ///
- The does not intersect with the
/// when this is set.
///
/// true otherwise.
@@ -180,7 +180,7 @@
{
if (calculationConfiguration.StochasticSoilModelName != null)
{
- StochasticSoilModel soilModel = failureMechanism.StochasticSoilModels
+ MacroStabilityInwardsStochasticSoilModel soilModel = failureMechanism.StochasticSoilModels
.FirstOrDefault(ssm => ssm.Name == calculationConfiguration.StochasticSoilModelName);
if (soilModel == null)
@@ -215,8 +215,8 @@
/// The calculation to configure.
/// false when the has:
///
- /// - a set but no is specified;
- /// - a set which is not available in the .
+ /// - a set but no is specified;
+ /// - a set which is not available in the .
///
/// true otherwise.
private bool TrySetStochasticSoilProfile(MacroStabilityInwardsCalculationConfiguration calculationConfiguration,
@@ -233,7 +233,7 @@
return false;
}
- StochasticSoilProfile soilProfile = macroStabilityInwardsCalculation.InputParameters
+ MacroStabilityInwardsStochasticSoilProfile soilProfile = macroStabilityInwardsCalculation.InputParameters
.StochasticSoilModel
.StochasticSoilProfiles
.FirstOrDefault(ssp => ssp.SoilProfile.Name == calculationConfiguration.StochasticSoilProfileName);