Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsSlice.cs
===================================================================
diff -u -r2c8c5eec330543aab5ece02da4159ce53cfde11b -r340edd952c498a15d7386940d0c1201ddd989cb0
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsSlice.cs (.../MacroStabilityInwardsSlice.cs) (revision 2c8c5eec330543aab5ece02da4159ce53cfde11b)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsSlice.cs (.../MacroStabilityInwardsSlice.cs) (revision 340edd952c498a15d7386940d0c1201ddd989cb0)
@@ -135,6 +135,7 @@
///
/// Gets the critical pressure.
+ /// [kN/m²]
///
public double CriticalPressure { get; }
@@ -181,6 +182,7 @@
///
/// Gets the left force.
+ /// [kN/m²]
///
public double LeftForce { get; }
@@ -192,11 +194,13 @@
///
/// Gets the left force y.
+ /// [kN/m²]
///
public double LeftForceY { get; }
///
/// Gets the right force.
+ /// [kN/m²]
///
public double RightForce { get; }
@@ -208,6 +212,7 @@
///
/// Gets the right force y.
+ /// [kN/m²]
///
public double RightForceY { get; }
@@ -348,6 +353,7 @@
///
/// Gets or sets the critical pressure.
+ /// [kN/m²]
///
public double CriticalPressure { internal get; set; }
@@ -394,6 +400,7 @@
///
/// Gets or sets the left force.
+ /// [kN/m²]
///
public double LeftForce { internal get; set; }
@@ -405,11 +412,13 @@
///
/// Gets or sets the left force y.
+ /// [kN/m²]
///
public double LeftForceY { internal get; set; }
///
/// Gets or sets the right force.
+ /// [kN/m²]
///
public double RightForce { internal get; set; }
@@ -421,6 +430,7 @@
///
/// Gets or sets the right force y.
+ /// [kN/m²]
///
public double RightForceY { internal get; set; }
Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Calculators/UpliftVan/Output/UpliftVanSliceResult.cs
===================================================================
diff -u -r6d704f970fe97f343fe3b567661a9789a4f44fd9 -r340edd952c498a15d7386940d0c1201ddd989cb0
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Calculators/UpliftVan/Output/UpliftVanSliceResult.cs (.../UpliftVanSliceResult.cs) (revision 6d704f970fe97f343fe3b567661a9789a4f44fd9)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Calculators/UpliftVan/Output/UpliftVanSliceResult.cs (.../UpliftVanSliceResult.cs) (revision 340edd952c498a15d7386940d0c1201ddd989cb0)
@@ -182,6 +182,7 @@
///
/// Gets the left force.
+ /// [kN/m²]
///
public double LeftForce { get; }
@@ -193,11 +194,13 @@
///
/// Gets the left force y.
+ /// [kN/m²]
///
public double LeftForceY { get; }
///
/// Gets the right force.
+ /// [kN/m²]
///
public double RightForce { get; }
@@ -209,6 +212,7 @@
///
/// Gets the right force y.
+ /// [kN/m²]
///
public double RightForceY { get; }
@@ -399,6 +403,7 @@
///
/// Gets or sets the left force.
+ /// [kN/m²]
///
public double LeftForce { internal get; set; }
@@ -410,11 +415,13 @@
///
/// Gets or sets the left force y.
+ /// [kN/m²]
///
public double LeftForceY { internal get; set; }
///
/// Gets or sets the right force.
+ /// [kN/m²]
///
public double RightForce { internal get; set; }
@@ -426,6 +433,7 @@
///
/// Gets or sets the right force y.
+ /// [kN/m²]
///
public double RightForceY { internal get; set; }