Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityOutputItem.cs
===================================================================
diff -u -r1983 -r2001
--- DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityOutputItem.cs (.../MacroStabilityOutputItem.cs) (revision 1983)
+++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityOutputItem.cs (.../MacroStabilityOutputItem.cs) (revision 2001)
@@ -35,6 +35,22 @@
public CalculationResult CalculationResult { get; set; }
///
+ /// Gets or sets the circle surface point left x coordinate
+ ///
+ ///
+ /// The circle surface point left x coordinate
+ ///
+ public double CircleSurfacePointLeftXCoordinate;
+
+ ///
+ /// Gets or sets the circle surface point right x coordinate
+ ///
+ ///
+ /// The circle surface point right x coordinate
+ ///
+ public double CircleSurfacePointRightXCoordinate;
+
+ ///
/// Gets or sets the safety factor.
///
///