Index: Ringtoets/Piping/src/Ringtoets.Piping.Data/StochasticSoilProfile.cs =================================================================== diff -u -r3bf7e84ac84de7dd0be38be7e9f2372878e733f6 -re4c1ee9fe5170ccf7794006d572461d3f88e7740 --- Ringtoets/Piping/src/Ringtoets.Piping.Data/StochasticSoilProfile.cs (.../StochasticSoilProfile.cs) (revision 3bf7e84ac84de7dd0be38be7e9f2372878e733f6) +++ Ringtoets/Piping/src/Ringtoets.Piping.Data/StochasticSoilProfile.cs (.../StochasticSoilProfile.cs) (revision e4c1ee9fe5170ccf7794006d572461d3f88e7740) @@ -19,6 +19,8 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. +using Ringtoets.Piping.Primitives; + namespace Ringtoets.Piping.Data { /// @@ -53,5 +55,10 @@ /// Gets the probability of the stochastic soil profile. /// public double Probability { get; private set; } + + /// + /// Gets the . + /// + public PipingSoilProfile SoilProfile { get; set; } } } \ No newline at end of file