Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Hydraulics/OvertoppingRateCalculationInput.cs =================================================================== diff -u -r6591abcf84d7be9d2eba496b655f9c09513bc758 -r6593e4bbb7705ab4fe5dce157594ae035b3cf480 --- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Hydraulics/OvertoppingRateCalculationInput.cs (.../OvertoppingRateCalculationInput.cs) (revision 6591abcf84d7be9d2eba496b655f9c09513bc758) +++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Hydraulics/OvertoppingRateCalculationInput.cs (.../OvertoppingRateCalculationInput.cs) (revision 6593e4bbb7705ab4fe5dce157594ae035b3cf480) @@ -36,7 +36,7 @@ /// Creates a new instance of the class. /// /// The id of the hydraulic boundary location. - /// The norm. + /// The return period. /// The section. /// The profile points. /// The foreland points. @@ -52,7 +52,7 @@ /// The standard deviation of the factor frunup. /// The mean of the exponent model factor shallow. /// The standard deviation of the exponent model factor shallow. - public OvertoppingRateCalculationInput(long hydraulicBoundaryLocationId, double norm, + public OvertoppingRateCalculationInput(long hydraulicBoundaryLocationId, double returnPeriod, HydraRingSection section, IEnumerable profilePoints, IEnumerable forelandPoints, @@ -64,7 +64,7 @@ double modelFactorOvertopping, double modelFactorFrunupMean, double modelFactorFrunupStandardDeviation, double exponentModelFactorShallowMean, double exponentModelFactorShallowStandardDeviation) - : base(hydraulicBoundaryLocationId, norm, + : base(hydraulicBoundaryLocationId, returnPeriod, section, profilePoints, forelandPoints,