Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Read/Piping/StochasticSoilProfileEntityReadExtensions.cs =================================================================== diff -u -r0fbb881c5c82f540f01772234b3c1faadfab07f9 -rb5e8e61b14bbdc9307a0eb69a27275bb929a2fdf --- Application/Ringtoets/src/Application.Ringtoets.Storage/Read/Piping/StochasticSoilProfileEntityReadExtensions.cs (.../StochasticSoilProfileEntityReadExtensions.cs) (revision 0fbb881c5c82f540f01772234b3c1faadfab07f9) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Read/Piping/StochasticSoilProfileEntityReadExtensions.cs (.../StochasticSoilProfileEntityReadExtensions.cs) (revision b5e8e61b14bbdc9307a0eb69a27275bb929a2fdf) @@ -50,7 +50,7 @@ return collector.Get(entity); } - var profile = new StochasticSoilProfile(entity.Probability, SoilProfileType.SoilProfile1D, -1); + var profile = new StochasticSoilProfile(entity.Probability, (SoilProfileType)entity.Type, -1); entity.ReadSoilProfile(profile, collector); collector.Read(entity, profile);