Index: Ringtoets/Revetment/src/Ringtoets.Revetment.Forms/PropertyClasses/GeneralWaveConditionsInputProperties.cs =================================================================== diff -u -r5bf3ab7f70cfc6ef3d15d590b527ade100e01235 -rae93bd6b8ccbffa91f7c5c10e898736b5919b73d --- Ringtoets/Revetment/src/Ringtoets.Revetment.Forms/PropertyClasses/GeneralWaveConditionsInputProperties.cs (.../GeneralWaveConditionsInputProperties.cs) (revision 5bf3ab7f70cfc6ef3d15d590b527ade100e01235) +++ Ringtoets/Revetment/src/Ringtoets.Revetment.Forms/PropertyClasses/GeneralWaveConditionsInputProperties.cs (.../GeneralWaveConditionsInputProperties.cs) (revision ae93bd6b8ccbffa91f7c5c10e898736b5919b73d) @@ -19,6 +19,7 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. +using Core.Common.Base.Data; using Core.Common.Gui.PropertyBag; using Core.Common.Utils.Attributes; using Ringtoets.Revetment.Data; @@ -33,7 +34,7 @@ { [ResourcesDisplayName(typeof(Resources), "GeneralWaveConditionsInput_A_DisplayName")] [ResourcesDescription(typeof(Resources), "GeneralWaveConditionsInput_A_Description")] - public double A + public RoundedDouble A { get { @@ -43,7 +44,7 @@ [ResourcesDisplayName(typeof(Resources), "GeneralWaveConditionsInput_B_DisplayName")] [ResourcesDescription(typeof(Resources), "GeneralWaveConditionsInput_B_Description")] - public double B + public RoundedDouble B { get { @@ -53,7 +54,7 @@ [ResourcesDisplayName(typeof(Resources), "GeneralWaveConditionsInput_C_DisplayName")] [ResourcesDescription(typeof(Resources), "GeneralWaveConditionsInput_C_Description")] - public double C + public RoundedDouble C { get {