Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Hydraulics/OvertoppingRateCalculationInput.cs =================================================================== diff -u -r365b392c739a678d44c4d0de3c8cb8c3e0684229 -r00a196bbd450f8a1627fbc5454166eed6ad75600 --- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Hydraulics/OvertoppingRateCalculationInput.cs (.../OvertoppingRateCalculationInput.cs) (revision 365b392c739a678d44c4d0de3c8cb8c3e0684229) +++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Hydraulics/OvertoppingRateCalculationInput.cs (.../OvertoppingRateCalculationInput.cs) (revision 00a196bbd450f8a1627fbc5454166eed6ad75600) @@ -28,8 +28,7 @@ /// /// Container for all data necessary for performing an overtopping rate calculation via Hydra-Ring. /// - public class - OvertoppingRateCalculationInput : HydraulicLoadsCalculationInput + public class OvertoppingRateCalculationInput : HydraulicLoadsCalculationInput { private readonly double dikeHeight; Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Overtopping/OvertoppingCalculationInput.cs =================================================================== diff -u -r93e96c4586825f59d3f8b8789c67ebdaa4d1a42d -r00a196bbd450f8a1627fbc5454166eed6ad75600 --- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Overtopping/OvertoppingCalculationInput.cs (.../OvertoppingCalculationInput.cs) (revision 93e96c4586825f59d3f8b8789c67ebdaa4d1a42d) +++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Input/Overtopping/OvertoppingCalculationInput.cs (.../OvertoppingCalculationInput.cs) (revision 00a196bbd450f8a1627fbc5454166eed6ad75600) @@ -77,12 +77,12 @@ /// The standard deviation of the critical overtopping. /// The mean of the factor frunup. /// The standard deviation of the factor frunup. - /// Thw lower boundary of the factor frunup. - /// Thw upper boundary of the factor frunup. + /// The lower boundary of the factor frunup. + /// The upper boundary of the factor frunup. /// The mean of the exponent model factor shallow. /// The standard deviation of the exponent model factor shallow. - /// Thw lower boundary of the exponent model factor shallow. - /// Thw upper boundary of the exponent model factor shallow. + /// The lower boundary of the exponent model factor shallow. + /// The upper boundary of the exponent model factor shallow. public OvertoppingCalculationInput(long hydraulicBoundaryLocationId, HydraRingSection section, IEnumerable profilePoints, IEnumerable forelandPoints, Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/LogNormalHydraRingVariable.cs =================================================================== diff -u -r365b392c739a678d44c4d0de3c8cb8c3e0684229 -r00a196bbd450f8a1627fbc5454166eed6ad75600 --- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/LogNormalHydraRingVariable.cs (.../LogNormalHydraRingVariable.cs) (revision 365b392c739a678d44c4d0de3c8cb8c3e0684229) +++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/LogNormalHydraRingVariable.cs (.../LogNormalHydraRingVariable.cs) (revision 00a196bbd450f8a1627fbc5454166eed6ad75600) @@ -34,7 +34,7 @@ /// Creates a new instance of . /// /// The Hydra-Ring id corresponding to the variable that is considered. - /// The deviation type in case the variable is random. + /// The deviation type of the variable. /// The mean value of the variable. /// The variance value of the variable. /// The shift value of the variable. Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/NormalHydraRingVariable.cs =================================================================== diff -u -r365b392c739a678d44c4d0de3c8cb8c3e0684229 -r00a196bbd450f8a1627fbc5454166eed6ad75600 --- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/NormalHydraRingVariable.cs (.../NormalHydraRingVariable.cs) (revision 365b392c739a678d44c4d0de3c8cb8c3e0684229) +++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/NormalHydraRingVariable.cs (.../NormalHydraRingVariable.cs) (revision 00a196bbd450f8a1627fbc5454166eed6ad75600) @@ -33,7 +33,7 @@ /// Creates a new instance of . /// /// The Hydra-Ring id corresponding to the variable that is considered. - /// The deviation type in case the variable is random. + /// The deviation type of the variable. /// The mean value of the variable. /// The variance value of the variable. public NormalHydraRingVariable(int variableId, HydraRingDeviationType deviationType, Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/TruncatedNormalHydraRingVariable.cs =================================================================== diff -u -r365b392c739a678d44c4d0de3c8cb8c3e0684229 -r00a196bbd450f8a1627fbc5454166eed6ad75600 --- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/TruncatedNormalHydraRingVariable.cs (.../TruncatedNormalHydraRingVariable.cs) (revision 365b392c739a678d44c4d0de3c8cb8c3e0684229) +++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/TruncatedNormalHydraRingVariable.cs (.../TruncatedNormalHydraRingVariable.cs) (revision 00a196bbd450f8a1627fbc5454166eed6ad75600) @@ -21,6 +21,9 @@ namespace Ringtoets.HydraRing.Calculation.Data { + /// + /// Class for Truncated Normal Hydra-Ring variable related data. + /// public class TruncatedNormalHydraRingVariable : HydraRingVariable { private readonly double mean; @@ -32,11 +35,11 @@ /// Creates a new instance of . /// /// The Hydra-Ring id corresponding to the variable that is considered. - /// The deviation type in case the variable is random. + /// The deviation type of the variable. /// The mean value of the variable. /// The variance value of the variable. - /// The lowerBoundary value of the variable. - /// The upperBoundary value of the variable. + /// The lower boundary value of the variable. + /// The upper boundary value of the variable. public TruncatedNormalHydraRingVariable(int variableId, HydraRingDeviationType deviationType, double mean, double variance, double lowerBoundary, double upperBoundary) : base(variableId, deviationType)