Index: Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Data/DuneLocation.cs =================================================================== diff -u -r75897942629adb76bc369ddc3a2bbb30b2bb4f06 -r3401d9bb860058fd63172e26815bff00ee84f704 --- Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Data/DuneLocation.cs (.../DuneLocation.cs) (revision 75897942629adb76bc369ddc3a2bbb30b2bb4f06) +++ Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Data/DuneLocation.cs (.../DuneLocation.cs) (revision 3401d9bb860058fd63172e26815bff00ee84f704) @@ -62,9 +62,6 @@ D50 = new RoundedDouble(6, properties.D50); Calculation = new DuneLocationCalculation(); - Calculation2 = new DuneLocationCalculation(); - Calculation3 = new DuneLocationCalculation(); - Calculation4 = new DuneLocationCalculation(); } /// @@ -103,26 +100,11 @@ public RoundedDouble D50 { get; } /// - /// Gets the first dune erosion calculation. + /// Gets the dune erosion calculation. /// public DuneLocationCalculation Calculation { get; } /// - /// Gets the second dune erosion calculation. - /// - public DuneLocationCalculation Calculation2 { get; } - - /// - /// Gets the third dune erosion calculation. - /// - public DuneLocationCalculation Calculation3 { get; } - - /// - /// Gets the fourth dune erosion calculation. - /// - public DuneLocationCalculation Calculation4 { get; } - - /// /// Class holding the various construction parameters for . /// public class ConstructionProperties