Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Structures/StructuresOvertoppingCalculationInput.cs
===================================================================
diff -u -r1b34e00a4004ae422b72cc09ab535c9f0c264107 -r512177cc50d892bede45024499342a94ae867cfb
--- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Structures/StructuresOvertoppingCalculationInput.cs (.../StructuresOvertoppingCalculationInput.cs) (revision 1b34e00a4004ae422b72cc09ab535c9f0c264107)
+++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Structures/StructuresOvertoppingCalculationInput.cs (.../StructuresOvertoppingCalculationInput.cs) (revision 512177cc50d892bede45024499342a94ae867cfb)
@@ -59,7 +59,7 @@
/// Creates a new instance of the class.
///
/// The id of the hydraulic station.
- /// The section.
+ /// The section.
/// The gravitational acceleration.
/// The mean of the model factor overtopping flow.
/// The standard deviation of the model factor overtopping flow.
@@ -85,7 +85,7 @@
/// The deviation of the wave direction.
/// The mean of the storm duration.
/// The variation of the storm duration.
- public StructuresOvertoppingCalculationInput(long hydraulicBoundaryLocationId, HydraRingSection hydraRingSection,
+ public StructuresOvertoppingCalculationInput(long hydraulicBoundaryLocationId, HydraRingSection section,
double gravitationalAcceleration,
double modelFactorOvertoppingFlowMean, double modelFactorOvertoppingFlowStandardDeviation,
double levelCrestStructureMean, double levelCrestStructureStandardDeviation,
@@ -103,7 +103,7 @@
double stormDurationMean, double stormDurationVariation)
: base(hydraulicBoundaryLocationId)
{
- section = hydraRingSection;
+ this.section = section;
this.gravitationalAcceleration = gravitationalAcceleration;
this.modelFactorOvertoppingFlowMean = modelFactorOvertoppingFlowMean;
this.modelFactorOvertoppingFlowStandardDeviation = modelFactorOvertoppingFlowStandardDeviation;