Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Hydraulics/AssessmentLevelCalculationInput.cs
===================================================================
diff -u -r03b153b8f94dc5ff3619bdd52c79394a0d7fde85 -r6e410a843fecbf35cf5d8da7293baf2eebd485d5
--- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Hydraulics/AssessmentLevelCalculationInput.cs (.../AssessmentLevelCalculationInput.cs) (revision 03b153b8f94dc5ff3619bdd52c79394a0d7fde85)
+++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Hydraulics/AssessmentLevelCalculationInput.cs (.../AssessmentLevelCalculationInput.cs) (revision 6e410a843fecbf35cf5d8da7293baf2eebd485d5)
@@ -33,10 +33,11 @@
///
/// Creates a new instance of the class.
///
- /// The id 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.
- public AssessmentLevelCalculationInput(int sectionId, long hydraulicBoundaryLocationId, double norm) : base(hydraulicBoundaryLocationId, norm)
+ /// The id of the section.
+ /// The id of the hydraulic station.
+ /// The norm.
+ public AssessmentLevelCalculationInput(int sectionId, long hydraulicBoundaryLocationId, double norm)
+ : base(hydraulicBoundaryLocationId, norm)
{
section = new HydraRingSection(sectionId, double.NaN, double.NaN);
}
@@ -69,7 +70,6 @@
{
get
{
- // Assessment level
yield return new HydraRingVariable(26, HydraRingDistributionType.Deterministic, 0,
HydraRingDeviationType.Standard, double.NaN, double.NaN, double.NaN);
}