Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityCommon/MacroStabilityCommonHelper.cs
===================================================================
diff -u -r5886 -r5920
--- DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityCommon/MacroStabilityCommonHelper.cs (.../MacroStabilityCommonHelper.cs) (revision 5886)
+++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityCommon/MacroStabilityCommonHelper.cs (.../MacroStabilityCommonHelper.cs) (revision 5920)
@@ -59,7 +59,6 @@
/// The sub soil scenario.
/// The surface line.
/// The dike embankment soil.
- /// The required shift of the geometry so it will fit the surface line.
/// Thrown when subSoilScenario.SoilProfileType is ProfileTypeStiFile
///
/// The combined profile as full SoilProfile2D
@@ -447,7 +446,6 @@
/// The sub soil scenario.
/// The surface line.
/// The dike embankment soil.
- /// The required shift of the geometry so it will fit the surface line.
/// Thrown when no SoilProfile2D is defined
private static void CombineSoilProfile2DWithSurfaceLine(SoilGeometryProbability subSoilScenario, SurfaceLine2 surfaceLine2,
Soil dikeEmbankmentSoil)