Index: Ringtoets/Revetment/src/Ringtoets.Revetment.Service/WaveConditionsService.cs =================================================================== diff -u -r30327d029fa4a87a0acd139798d6966420be4ed2 -rbc5e613a18bbcf1309b2b54ab2de35e5d03ca960 --- Ringtoets/Revetment/src/Ringtoets.Revetment.Service/WaveConditionsService.cs (.../WaveConditionsService.cs) (revision 30327d029fa4a87a0acd139798d6966420be4ed2) +++ Ringtoets/Revetment/src/Ringtoets.Revetment.Service/WaveConditionsService.cs (.../WaveConditionsService.cs) (revision bc5e613a18bbcf1309b2b54ab2de35e5d03ca960) @@ -19,6 +19,7 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. +using System; using Core.Common.Utils; using Ringtoets.Common.Service; using Ringtoets.Revetment.Data; @@ -41,6 +42,8 @@ /// The target norm to calculate for. /// The calculated reliability. /// The calculated . + /// Thrown when the target probability or + /// calculated probability lies outside [0, 1] and is not . public static WaveConditionsOutput Calculate(double waterLevel, double waveHeight, double wavePeakPeriod, double waveAngle, double waveDirection, double norm, double calculatedReliability)