Index: Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Data/DuneLocation.cs =================================================================== diff -u -r94ddba04ed109550469cada1ea69083d332cadf7 -r75897942629adb76bc369ddc3a2bbb30b2bb4f06 --- Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Data/DuneLocation.cs (.../DuneLocation.cs) (revision 94ddba04ed109550469cada1ea69083d332cadf7) +++ Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Data/DuneLocation.cs (.../DuneLocation.cs) (revision 75897942629adb76bc369ddc3a2bbb30b2bb4f06) @@ -62,6 +62,9 @@ D50 = new RoundedDouble(6, properties.D50); Calculation = new DuneLocationCalculation(); + Calculation2 = new DuneLocationCalculation(); + Calculation3 = new DuneLocationCalculation(); + Calculation4 = new DuneLocationCalculation(); } /// @@ -100,11 +103,26 @@ public RoundedDouble D50 { get; } /// - /// Gets the dune erosion calculation. + /// Gets the first 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