Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationImporter.cs
===================================================================
diff -u -r8ebf5b222f3b052df95f6164ac488a5e7760cf68 -rcd90ebf744fb74f0d4b0dd6ee06f9c39b5faf213
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationImporter.cs (.../MacroStabilityInwardsCalculationConfigurationImporter.cs) (revision 8ebf5b222f3b052df95f6164ac488a5e7760cf68)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationImporter.cs (.../MacroStabilityInwardsCalculationConfigurationImporter.cs) (revision cd90ebf744fb74f0d4b0dd6ee06f9c39b5faf213)
@@ -137,14 +137,14 @@
///
/// The calculation read from the imported file.
/// The calculation to configure.
- /// false when the has a
+ /// false when the has a
/// set which is not available in , true otherwise.
private bool TrySetSurfaceLine(MacroStabilityInwardsCalculationConfiguration calculationConfiguration,
MacroStabilityInwardsCalculationScenario macroStabilityInwardsCalculation)
{
if (calculationConfiguration.SurfaceLineName != null)
{
- RingtoetsMacroStabilityInwardsSurfaceLine surfaceLine = failureMechanism.SurfaceLines
+ MacroStabilityInwardsSurfaceLine surfaceLine = failureMechanism.SurfaceLines
.FirstOrDefault(sl => sl.Name == calculationConfiguration.SurfaceLineName);
if (surfaceLine == null)
@@ -170,7 +170,7 @@
///
/// - 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.