Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Views/MacroStabilityInwardsSliceRow.cs =================================================================== diff -u -r6fb58a23f000deb73c506a739ecf43d50b9034e4 -r1d682d2d79d3dc08fc5a8c0ebac889d996dfb492 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Views/MacroStabilityInwardsSliceRow.cs (.../MacroStabilityInwardsSliceRow.cs) (revision 6fb58a23f000deb73c506a739ecf43d50b9034e4) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Views/MacroStabilityInwardsSliceRow.cs (.../MacroStabilityInwardsSliceRow.cs) (revision 1d682d2d79d3dc08fc5a8c0ebac889d996dfb492) @@ -59,12 +59,9 @@ TotalPorePressure = slice.TotalPorePressure; Weight = slice.Weight; PiezometricPorePressure = slice.PiezometricPorePressure; - DegreeOfConsolidationPorePressureSoil = slice.DegreeOfConsolidationPorePressureSoil; - DegreeOfConsolidationPorePressureLoad = slice.DegreeOfConsolidationPorePressureLoad; PorePressure = slice.PorePressure; VerticalPorePressure = slice.VerticalPorePressure; HorizontalPorePressure = slice.HorizontalPorePressure; - ExternalLoad = slice.ExternalLoad; OverConsolidationRatio = slice.OverConsolidationRatio; Pop = slice.Pop; NormalStress = slice.NormalStress; @@ -108,12 +105,6 @@ public RoundedDouble OverConsolidationRatio { get; } /// - /// Gets the external load of the slice. - /// [kN/m²] - /// - public RoundedDouble ExternalLoad { get; } - - /// /// Gets the horizontal pressure of the slice. /// [kN/m²] /// @@ -132,18 +123,6 @@ public RoundedDouble PorePressure { get; } /// - /// Gets the pore pressure from degree of consolidation load of the slice. - /// [kN/m²] - /// - public RoundedDouble DegreeOfConsolidationPorePressureLoad { get; } - - /// - /// Gets the pore pressure from degree of consolidation soil of the slice. - /// [kN/m²] - /// - public RoundedDouble DegreeOfConsolidationPorePressureSoil { get; } - - /// /// Gets the piezometric pore pressure of the slice. /// [kN/m²] ///