Index: Ringtoets/Piping/src/Ringtoets.Piping.Primitives/PipingSoilLayer.cs
===================================================================
diff -u -rcb6877f670bacc7a6a896ab132d592eeef1107b5 -r223528aec31c0f78f0f8ff67991e43f781075931
--- Ringtoets/Piping/src/Ringtoets.Piping.Primitives/PipingSoilLayer.cs (.../PipingSoilLayer.cs) (revision cb6877f670bacc7a6a896ab132d592eeef1107b5)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Primitives/PipingSoilLayer.cs (.../PipingSoilLayer.cs) (revision 223528aec31c0f78f0f8ff67991e43f781075931)
@@ -41,8 +41,6 @@
{
Top = top;
MaterialName = string.Empty;
- AbovePhreaticLevel = double.NaN;
- DryUnitWeight = double.NaN;
BelowPhreaticLevelMean = double.NaN;
BelowPhreaticLevelDeviation = double.NaN;
DiameterD70Mean = double.NaN;
@@ -62,17 +60,6 @@
public bool IsAquifer { get; set; }
///
- /// Gets or sets the volumic weight of the above the phreatic level.
- /// [kN/m³]
- ///
- public double AbovePhreaticLevel { get; set; }
-
- ///
- /// Gets or sets the dry unit weight for the .
- ///
- public double DryUnitWeight { get; set; }
-
- ///
/// Gets or sets mean of the distrubtion for the volumic weight of the below the phreatic level.
/// [kN/m³]
///