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