Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructure.cs =================================================================== diff -u -r8e8f8c83c45656f65adaa8e47600379dc5ae8f61 -r006e2461c3c2f32451e7f8715e3cece92230a27a --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructure.cs (.../ClosingStructure.cs) (revision 8e8f8c83c45656f65adaa8e47600379dc5ae8f61) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructure.cs (.../ClosingStructure.cs) (revision 006e2461c3c2f32451e7f8715e3cece92230a27a) @@ -202,55 +202,55 @@ /// Gets the storage area of the closing structure. /// [m^2] /// - public VariationCoefficientLogNormalDistribution StorageStructureArea { get; private set; } + public VariationCoefficientLogNormalDistribution StorageStructureArea { get; } /// /// Gets the allowed increase of level for storage of the closing structure. /// [m] /// - public LogNormalDistribution AllowedLevelIncreaseStorage { get; private set; } + public LogNormalDistribution AllowedLevelIncreaseStorage { get; } /// /// Gets the width of the flow apertures of the closing structure. /// [m] /// - public NormalDistribution WidthFlowApertures { get; private set; } + public NormalDistribution WidthFlowApertures { get; } /// /// Gets the crest level of the opened closing structure. /// [m+NAP] /// - public NormalDistribution LevelCrestStructureNotClosing { get; private set; } + public NormalDistribution LevelCrestStructureNotClosing { get; } /// /// Gets the interior water level of the closing structure. /// [m+NAP] /// - public NormalDistribution InsideWaterLevel { get; private set; } + public NormalDistribution InsideWaterLevel { get; } /// /// Gets the threshold height of the opened closing structure. /// [m+NAP] /// - public NormalDistribution ThresholdHeightOpenWeir { get; private set; } + public NormalDistribution ThresholdHeightOpenWeir { get; } /// /// Gets the area of the flow aperture of the closing structure. /// [m^2] /// - public LogNormalDistribution AreaFlowApertures { get; private set; } + public LogNormalDistribution AreaFlowApertures { get; } /// /// Gets the critical overtopping discharge per meter of the closing structure. /// [m^3/s/m] /// - public VariationCoefficientLogNormalDistribution CriticalOvertoppingDischarge { get; private set; } + public VariationCoefficientLogNormalDistribution CriticalOvertoppingDischarge { get; } /// /// Gets the flow width of the closing structure at the bottom protection. /// [m] /// - public LogNormalDistribution FlowWidthAtBottomProtection { get; private set; } + public LogNormalDistribution FlowWidthAtBottomProtection { get; } /// /// Gets or sets the probability or frequency of the closing structure being open before flooding.