Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilLayer2D.cs
===================================================================
diff -u -rdaf4bf00e8ea376485f54faa2fee8497607ddfb0 -r10779bb6a6db2d00f4627b2bc190e7e35e1fee3e
--- Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilLayer2D.cs (.../SoilLayer2D.cs) (revision daf4bf00e8ea376485f54faa2fee8497607ddfb0)
+++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilLayer2D.cs (.../SoilLayer2D.cs) (revision 10779bb6a6db2d00f4627b2bc190e7e35e1fee3e)
@@ -25,9 +25,8 @@
using System.Linq;
using Core.Common.Base.Geometry;
-
-using Ringtoets.Piping.Data;
using Ringtoets.Piping.IO.Properties;
+using Ringtoets.Piping.Primitives;
namespace Ringtoets.Piping.IO.Builders
{
@@ -116,11 +115,11 @@
}
///
- /// Constructs a (1D) based on the and set for the .
+ /// Constructs a (1D) based on the and set for the .
///
/// The point from which to take a 1D profile.
- /// The bottom level of the .
- /// A of .
+ /// The bottom level of the .
+ /// A of .
/// Thrown when any of the or
/// contain a vertical line at .
internal IEnumerable AsPipingSoilLayers(double atX, out double bottom)