Index: src/Deltares.DSoilModel.Data/DSoilModelProject.cs =================================================================== diff -u -r536 -r540 --- src/Deltares.DSoilModel.Data/DSoilModelProject.cs (.../DSoilModelProject.cs) (revision 536) +++ src/Deltares.DSoilModel.Data/DSoilModelProject.cs (.../DSoilModelProject.cs) (revision 540) @@ -13,7 +13,6 @@ using Deltares.Geotechnics.Mechanisms; using Deltares.Geotechnics.Xsd; using Deltares.MStab.IO.Classic; -using Deltares.Probabilistic; using Deltares.Soilbase; using Deltares.Stability; using Deltares.Standard; @@ -1339,7 +1338,5 @@ return (x >= xRdMin && x <= xRdMax && y >= yRdMin && y <= yRdMax); } - - } } \ No newline at end of file