Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/TruncatedNormalDistributionProperties.cs =================================================================== diff -u -rb8efcaa5b85f05c70660fa2f291d093500c90d2b -r71eba24cc0be4f2cfe3cca917430cd23510eaa4f --- Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/TruncatedNormalDistributionProperties.cs (.../TruncatedNormalDistributionProperties.cs) (revision b8efcaa5b85f05c70660fa2f291d093500c90d2b) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/TruncatedNormalDistributionProperties.cs (.../TruncatedNormalDistributionProperties.cs) (revision 71eba24cc0be4f2cfe3cca917430cd23510eaa4f) @@ -81,6 +81,10 @@ { return base.StandardDeviation; } + set + { + base.StandardDeviation = value; + } } [PropertyOrder(4)] @@ -94,7 +98,7 @@ } } - [PropertyOrder(4)] + [PropertyOrder(5)] [ResourcesDisplayName(typeof(Resources), "TruncatedNormalDistribution_UpperBoundary_DisplayName")] [ResourcesDescription(typeof(Resources), "TruncatedNormalDistribution_UpperBoundary_Description")] public RoundedDouble UpperBoundary