Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructureProperties.cs =================================================================== diff -u -r86984ca293c30b4f9b47da7825cbae1404fffe08 -rebdbf01f6ab35a28b3a306145796ce532920af62 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructureProperties.cs (.../HeightStructureProperties.cs) (revision 86984ca293c30b4f9b47da7825cbae1404fffe08) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructureProperties.cs (.../HeightStructureProperties.cs) (revision ebdbf01f6ab35a28b3a306145796ce532920af62) @@ -106,11 +106,11 @@ [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_Schematization")] [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), "Structure_WidthFlowApertures_DisplayName")] [ResourcesDescription(typeof(RingtoetsCommonFormsResources), "Structure_WidthFlowApertures_Description")] - public VariationCoefficientNormalDistributionProperties WidthFlowApertures + public NormalDistributionProperties WidthFlowApertures { get { - return new VariationCoefficientNormalDistributionProperties + return new NormalDistributionProperties { Data = data.WidthFlowApertures };