Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityInwardsKernelWrapper.cs =================================================================== diff -u -r6497 -r6498 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityInwardsKernelWrapper.cs (.../MacroStabilityInwardsKernelWrapper.cs) (revision 6497) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityInwardsKernelWrapper.cs (.../MacroStabilityInwardsKernelWrapper.cs) (revision 6498) @@ -388,8 +388,7 @@ // Check if the factor of safety is achieved double fosAchieved = leadingStabilityOutputItem.SafetyFactor; - double exitPointXCoordinate = leadingStabilityOutputItem.ResultSlices[^1].TopRightPoint.X; - //#Bka was leadingStabilityOutputItem.CircleSurfacePointRightXCoordinate but that is not filled yet by Tom; + double exitPointXCoordinate = leadingStabilityOutputItem.CircleSurfacePointRightXCoordinate; Point2D limitPointForShoulderDesign = damKernelInput.Location.SurfaceLine.GetLimitPointForShoulderDesign(); evaluationMessage = string.Format(Resources.FactorAchievedVsFactorRequired, fosAchieved, fosRequired); if (exitPointXCoordinate > limitPointForShoulderDesign.X)