Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructure.cs
===================================================================
diff -u -rb70abd70f1cd326d1a753c5879a065149ac2ae84 -r8a877cfbf6e7570c646ea24ad5ebc98d3b3c0e47
--- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructure.cs (.../StabilityPointStructure.cs) (revision b70abd70f1cd326d1a753c5879a065149ac2ae84)
+++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructure.cs (.../StabilityPointStructure.cs) (revision 8a877cfbf6e7570c646ea24ad5ebc98d3b3c0e47)
@@ -41,8 +41,8 @@
/// The orientation of the stability point structure, relative to north.
/// The mean of the storage area of the stability point structure.
/// The coefficient of variation of the storage area of the stability point structure.
- /// The mean allowed increase of level for storage of the stability point structure.
- /// The standard deviation of allowed increase of level for storage of the stability point structure.
+ /// The mean of the allowed increase of level for storage of the stability point structure.
+ /// The standard deviation of the allowed increase of level for storage of the stability point structure.
/// The mean of the width of the flow apertures of the stability point structure.
/// The coefficient of variation of the width of the flow apertures of the stability point structure.
/// The mean interior water level of the stability point structure.
@@ -86,6 +86,7 @@
/// Thrown when or is null
/// , empty or consists of whitespace.
/// Thrown when is null.
+ /// When any stochastic variable parameter is out if its valid domain.
public StabilityPointStructure(string name, string id, Point2D location,
double structureNormalOrientation,
double storageStructureAreaMean, double storageStructureAreaCoefficientOfVariation,