Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/WaveConditions/WaveConditionsTrapezoidCalculationInput.cs
===================================================================
diff -u -rdc9032117524ced6472a6b0a5fdbc8f10e6e2faa -r3b9088c00c08d2d55eeb857a6a21a4c43b90fd60
--- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/WaveConditions/WaveConditionsTrapezoidCalculationInput.cs (.../WaveConditionsTrapezoidCalculationInput.cs) (revision dc9032117524ced6472a6b0a5fdbc8f10e6e2faa)
+++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/WaveConditions/WaveConditionsTrapezoidCalculationInput.cs (.../WaveConditionsTrapezoidCalculationInput.cs) (revision 3b9088c00c08d2d55eeb857a6a21a4c43b90fd60)
@@ -36,6 +36,7 @@
/// Creates a new instance of the class.
///
/// The id of the section to use during the calculation.
+ /// The normal of the section to use during the calculation.
/// The id of the hydraulic station to use during the calculation.
/// The norm to use during the calculation.
/// The foreland points to use during the calculation.
@@ -46,6 +47,7 @@
/// The beta1-value to use during the calculation.
/// The beta2-value to use during the calculation.
public WaveConditionsTrapezoidCalculationInput(int sectionId,
+ double sectionNormal,
long hydraulicBoundaryLocationId,
double norm,
IEnumerable forelandPoints,
@@ -56,6 +58,7 @@
double beta1,
double beta2)
: base(sectionId,
+ sectionNormal,
hydraulicBoundaryLocationId,
norm,
forelandPoints,