Index: Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingInput.cs =================================================================== diff -u -rfde9fb747c4afe9b3c32a80e1efeef24b535decd -r7172df944db7fd2d59d68a7a8def96110a44ed9b --- Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingInput.cs (.../PipingInput.cs) (revision fde9fb747c4afe9b3c32a80e1efeef24b535decd) +++ Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingInput.cs (.../PipingInput.cs) (revision 7172df944db7fd2d59d68a7a8def96110a44ed9b) @@ -47,6 +47,7 @@ private RingtoetsPipingSurfaceLine surfaceLine; private RoundedDouble assessmentLevel; private bool useAssessmentLevelManualInput; + private StochasticSoilProfile stochasticSoilProfile; /// /// Initializes a new instance of the class. @@ -183,7 +184,17 @@ /// /// Gets or sets the profile which contains a 1 dimensional definition of soil layers with properties. /// - public StochasticSoilProfile StochasticSoilProfile { get; set; } + public StochasticSoilProfile StochasticSoilProfile + { + get + { + return stochasticSoilProfile; + } + set + { + stochasticSoilProfile = value; + } + } /// /// Gets or sets the hydraulic boundary location from which to use the assessment level.