Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/SoilProfile/MacroStabilityInwardsStochasticSoilProfile.cs =================================================================== diff -u -r6545e28fb366f9bfdf71e776a404e9ce256df182 -r24b83255132a74a750cc322321b460c14e407917 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/SoilProfile/MacroStabilityInwardsStochasticSoilProfile.cs (.../MacroStabilityInwardsStochasticSoilProfile.cs) (revision 6545e28fb366f9bfdf71e776a404e9ce256df182) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/SoilProfile/MacroStabilityInwardsStochasticSoilProfile.cs (.../MacroStabilityInwardsStochasticSoilProfile.cs) (revision 24b83255132a74a750cc322321b460c14e407917) @@ -100,19 +100,6 @@ Probability = fromProfile.Probability; } - /// - /// Updates the probability of the - /// by adding . - /// - /// The amount to increase the - /// with. - /// Thrown when the - /// is outside the range [0, 1]. - public void AddProbability(double probabilityToAdd) - { - Probability += probabilityToAdd; - } - public override string ToString() { return SoilProfile?.ToString() ?? string.Empty;