Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs =================================================================== diff -u -r26359a31a29af21b6690cacd9b810b1565af9e4b -re1157c221217ef3b5ade6034183a7da0e620eb05 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs (.../HeightStructuresInputContextProperties.cs) (revision 26359a31a29af21b6690cacd9b810b1565af9e4b) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs (.../HeightStructuresInputContextProperties.cs) (revision e1157c221217ef3b5ade6034183a7da0e620eb05) @@ -148,11 +148,11 @@ [ResourcesCategory(typeof(Resources), "Categories_Schematisation")] [ResourcesDisplayName(typeof(Resources), "StorageStructureArea_DisplayName")] [ResourcesDescription(typeof(Resources), "StorageStructureArea_Description")] - public LogNormalDistributionProperties StorageStructureArea + public LogNormalDistributionVariationProperties StorageStructureArea { get { - return new LogNormalDistributionProperties(data.WrappedData, DistributionPropertiesReadOnly.None) + return new LogNormalDistributionVariationProperties(data.WrappedData, DistributionPropertiesReadOnly.None) { Data = data.WrappedData.StorageStructureArea }; @@ -196,11 +196,11 @@ [ResourcesCategory(typeof(Resources), "Categories_Schematisation")] [ResourcesDisplayName(typeof(Resources), "CriticalOvertoppingDischarge_DisplayName")] [ResourcesDescription(typeof(Resources), "CriticalOvertoppingDischarge_Description")] - public LogNormalDistributionProperties CriticalOvertoppingDischarge + public LogNormalDistributionVariationProperties CriticalOvertoppingDischarge { get { - return new LogNormalDistributionProperties(data.WrappedData, DistributionPropertiesReadOnly.None) + return new LogNormalDistributionVariationProperties(data.WrappedData, DistributionPropertiesReadOnly.None) { Data = data.WrappedData.CriticalOvertoppingDischarge }; @@ -250,11 +250,11 @@ [ResourcesCategory(typeof(Resources), "Categories_HydraulicData")] [ResourcesDisplayName(typeof(Resources), "StormDuration_DisplayName")] [ResourcesDescription(typeof(Resources), "StormDuration_Description")] - public LogNormalDistributionProperties StormDuration + public LogNormalDistributionVariationProperties StormDuration { get { - return new LogNormalDistributionProperties(data.WrappedData, DistributionPropertiesReadOnly.StandardDeviation) + return new LogNormalDistributionVariationProperties(data.WrappedData, DistributionPropertiesReadOnly.VariationCoefficient) { Data = data.WrappedData.StormDuration };