Index: Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Data/DuneLocation.cs =================================================================== diff -u -rf515fbd73e83548678552ed9e637957e1db0a3d0 -ra8f52d65d6a0b1717fa1973329475bff3b79ee10 --- Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Data/DuneLocation.cs (.../DuneLocation.cs) (revision f515fbd73e83548678552ed9e637957e1db0a3d0) +++ Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Data/DuneLocation.cs (.../DuneLocation.cs) (revision a8f52d65d6a0b1717fa1973329475bff3b79ee10) @@ -60,8 +60,6 @@ Offset = new RoundedDouble(1, properties.Offset); Orientation = new RoundedDouble(1, properties.Orientation); D50 = new RoundedDouble(6, properties.D50); - - Calculation = new DuneLocationCalculation(this); } /// @@ -100,11 +98,6 @@ public RoundedDouble D50 { get; } /// - /// Gets the dune location calculation. - /// - public DuneLocationCalculation Calculation { get; } - - /// /// Class holding the various construction parameters for . /// public class ConstructionProperties