Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Providers/FailureMechanismDefaultsProvider.cs =================================================================== diff -u -rf8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e -r04a24f0766ea65c1c2d20a3cf37fe5228d0f06a8 --- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Providers/FailureMechanismDefaultsProvider.cs (.../FailureMechanismDefaultsProvider.cs) (revision f8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e) +++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Providers/FailureMechanismDefaultsProvider.cs (.../FailureMechanismDefaultsProvider.cs) (revision 04a24f0766ea65c1c2d20a3cf37fe5228d0f06a8) @@ -48,31 +48,31 @@ HydraRingFailureMechanismType.AssessmentLevel, new FailureMechanismDefaults(1, new[] { 1 - }, 1, 9) + }, 1, 9, 1) }, { HydraRingFailureMechanismType.WaveHeight, new FailureMechanismDefaults(11, new[] { 11 - }, 11, 9) + }, 11, 9, 1) }, { HydraRingFailureMechanismType.WavePeakPeriod, new FailureMechanismDefaults(11, new[] { 14 - }, 14, 9) + }, 14, 9, 1) }, { HydraRingFailureMechanismType.WaveSpectralPeriod, new FailureMechanismDefaults(11, new[] { 16 - }, 16, 9) + }, 16, 9, 1) }, { HydraRingFailureMechanismType.QVariant, new FailureMechanismDefaults(3, new[] { 5 - }, 6, 10) + }, 6, 10, 4) }, { HydraRingFailureMechanismType.DikeHeight, GetOvertoppingDefaults() @@ -86,7 +86,7 @@ 421, 422, 423 - }, 4404, 9) + }, 4404, 9, 1) }, { HydraRingFailureMechanismType.StructuresClosure, new FailureMechanismDefaults(111, new[] @@ -96,7 +96,7 @@ 425, 426, 427 - }, 4505, 9) + }, 4505, 9, 1) }, { HydraRingFailureMechanismType.StructuresStructuralFailure, new FailureMechanismDefaults(112, new[] @@ -110,13 +110,13 @@ 433, 434, 435 - }, 4607, 9) + }, 4607, 9, 1) }, { HydraRingFailureMechanismType.DunesBoundaryConditions, new FailureMechanismDefaults(1, new[] { 6 - }, 8, 9) + }, 8, 9, 1) }, { HydraRingFailureMechanismType.OvertoppingRate, GetOvertoppingDefaults() @@ -140,7 +140,7 @@ { 102, 103 - }, 1017, 9); + }, 1017, 9, 1); } } } \ No newline at end of file