Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Read/Piping/StochasticSoilModelEntityReadExtensions.cs =================================================================== diff -u -r3fb0df0ed6e64657154700ee7706e035d5bf99f5 -r94242c0e8dc46889015a0cc34aee3e37786bb30a --- Application/Ringtoets/src/Application.Ringtoets.Storage/Read/Piping/StochasticSoilModelEntityReadExtensions.cs (.../StochasticSoilModelEntityReadExtensions.cs) (revision 3fb0df0ed6e64657154700ee7706e035d5bf99f5) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Read/Piping/StochasticSoilModelEntityReadExtensions.cs (.../StochasticSoilModelEntityReadExtensions.cs) (revision 94242c0e8dc46889015a0cc34aee3e37786bb30a) @@ -53,7 +53,7 @@ return collector.Get(entity); } - var model = new StochasticSoilModel(-1, entity.Name, entity.SegmentName); + var model = new StochasticSoilModel(-1, entity.Name); entity.ReadStochasticSoilProfiles(model, collector); entity.ReadSegmentPoints(model);