Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructure.cs =================================================================== diff -u -r2f6400116d57c2b49f7089dbc9c8cd935c185a36 -r0d0fc614ee67c51983412fcec6509f8fad4151e3 --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructure.cs (.../ClosingStructure.cs) (revision 2f6400116d57c2b49f7089dbc9c8cd935c185a36) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructure.cs (.../ClosingStructure.cs) (revision 0d0fc614ee67c51983412fcec6509f8fad4151e3) @@ -40,8 +40,8 @@ /// The location of the closing structure. /// The mean of the storage area of the closing structure. /// The standard deviation of the storage area of the closing structure. - /// The mean allowable increase of level for storage of the closing structure. - /// The standard deviation of allowable increase of level for storage of the closing structure. + /// The mean allowed increase of level for storage of the closing structure. + /// The standard deviation of allowed increase of level for storage of the closing structure. /// The orientation of the closing structure, relative to north. /// The mean of the width of the flow apertures of the closing structure. /// The standard deviation of the width of the flow apertures of the closing structure. @@ -144,7 +144,7 @@ public LogNormalDistribution StorageStructureArea { get; private set; } /// - /// Gets the allowable increase of level for storage of the closing structure. + /// Gets the allowed increase of level for storage of the closing structure. /// public LogNormalDistribution AllowedLevelIncreaseStorage { get; private set; } Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructuresInput.cs =================================================================== diff -u -r92372ba046f1df1593268f692339a53dc1b94e12 -r0d0fc614ee67c51983412fcec6509f8fad4151e3 --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructuresInput.cs (.../ClosingStructuresInput.cs) (revision 92372ba046f1df1593268f692339a53dc1b94e12) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructuresInput.cs (.../ClosingStructuresInput.cs) (revision 0d0fc614ee67c51983412fcec6509f8fad4151e3) @@ -479,7 +479,7 @@ } /// - /// Gets or sets the allowable increase of level for storage. + /// Gets or sets the allowed increase of level for storage. /// [m] /// public LogNormalDistribution AllowedLevelIncreaseStorage Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs =================================================================== diff -u -r2f6400116d57c2b49f7089dbc9c8cd935c185a36 -r0d0fc614ee67c51983412fcec6509f8fad4151e3 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs (.../HeightStructure.cs) (revision 2f6400116d57c2b49f7089dbc9c8cd935c185a36) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs (.../HeightStructure.cs) (revision 0d0fc614ee67c51983412fcec6509f8fad4151e3) @@ -50,8 +50,8 @@ /// The failure probability of the height structure, given erosion. /// The mean storage area of the height structure. /// The coefficient of variation of storage area of the height structure. - /// The mean allowable increase of level for storage of the height structure. - /// The standard deviation of allowable increase of level for storage of the height structure. + /// The mean allowed increase of level for storage of the height structure. + /// The standard deviation of allowed increase of level for storage of the height structure. /// Thrown when or is null /// , empty or consists of whitespace. /// Thrown when is null. @@ -137,7 +137,7 @@ public VariationCoefficientLogNormalDistribution StorageStructureArea { get; private set; } /// - /// Gets the allowable increase of level for storage of the height structure. + /// Gets the allowed increase of level for storage of the height structure. /// public LogNormalDistribution AllowedLevelIncreaseStorage { get; private set; } } Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresInput.cs =================================================================== diff -u -r9050ad5f3a80e630b2fcc092942a40d6343286a0 -r0d0fc614ee67c51983412fcec6509f8fad4151e3 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresInput.cs (.../HeightStructuresInput.cs) (revision 9050ad5f3a80e630b2fcc092942a40d6343286a0) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresInput.cs (.../HeightStructuresInput.cs) (revision 0d0fc614ee67c51983412fcec6509f8fad4151e3) @@ -115,7 +115,7 @@ #region Model Factors /// - /// Gets or sets the model factor overtopping critical flow. + /// Gets or sets the model factor for super critical flow. /// /// Only sets the mean. public NormalDistribution ModelFactorSuperCriticalFlow @@ -145,7 +145,7 @@ public HydraulicBoundaryLocation HydraulicBoundaryLocation { get; set; } /// - /// Gets or sets the deviation of the wave's direction. + /// Gets or sets the deviation of the wave direction. /// [degrees] /// public RoundedDouble DeviationWaveDirection @@ -182,7 +182,7 @@ #region Schematisation /// - /// Gets or sets the level of crest of the structure. + /// Gets or sets the level crest of the structure. /// [m+NAP] /// public NormalDistribution LevelCrestStructure @@ -202,7 +202,7 @@ /// Gets or sets the orientation of the normal of the structure. /// [degrees] /// - ///Thrown when the value for the orientation is not between [0, 360] degrees. + /// Thrown when the value for the orientation is not between [0, 360] degrees. public RoundedDouble StructureNormalOrientation { get @@ -227,7 +227,7 @@ } /// - /// Gets or sets the allowable increase of level for the storage. + /// Gets or sets the allowed increase of level for the storage. /// [m] /// public LogNormalDistribution AllowedLevelIncreaseStorage @@ -261,7 +261,7 @@ } /// - /// Gets or sets the flow width at bottom protection. + /// Gets or sets the flow width at the bottom protection. /// [m] /// public LogNormalDistribution FlowWidthAtBottomProtection @@ -298,7 +298,8 @@ /// Gets or sets the failure probability of structure given erosion. /// [1/year] /// - /// Thrown when is not in range [0, 1]. + /// Thrown when the value of the probability + /// is not between [0, 1]. public double FailureProbabilityStructureWithErosion { get