Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PropertyClasses/GrassCoverErosionInwardsFailureMechanismContextProperties.cs =================================================================== diff -u -r2a3b5c8305492fff0fa77b78fa3b2f5e9f8091a5 -rcb52c5ede0d946ce4ea1c704dc2231fba080b402 --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PropertyClasses/GrassCoverErosionInwardsFailureMechanismContextProperties.cs (.../GrassCoverErosionInwardsFailureMechanismContextProperties.cs) (revision 2a3b5c8305492fff0fa77b78fa3b2f5e9f8091a5) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PropertyClasses/GrassCoverErosionInwardsFailureMechanismContextProperties.cs (.../GrassCoverErosionInwardsFailureMechanismContextProperties.cs) (revision cb52c5ede0d946ce4ea1c704dc2231fba080b402) @@ -40,27 +40,6 @@ private const int fnFactorPropertyIndex = 6; private const int fshallowModelFactorPropertyIndex = 7; - #region Lengte effect parameters - - [PropertyOrder(lengthEffectPropertyIndex)] - [ResourcesCategory(typeof(Resources), "Categories_LengthEffect")] - [ResourcesDisplayName(typeof(Resources), "GrassCoverErosionInwardsInput_N_DisplayName")] - [ResourcesDescription(typeof(Resources), "GrassCoverErosionInwardsInput_N_Description")] - public int LengthEffect - { - get - { - return data.WrappedData.NormProbabilityInput.N; - } - set - { - data.WrappedData.NormProbabilityInput.N = value; - data.WrappedData.NotifyObservers(); - } - } - - #endregion - #region General [PropertyOrder(namePropertyIndex)] @@ -89,6 +68,27 @@ #endregion + #region Length effect parameters + + [PropertyOrder(lengthEffectPropertyIndex)] + [ResourcesCategory(typeof(Resources), "Categories_LengthEffect")] + [ResourcesDisplayName(typeof(Resources), "GrassCoverErosionInwardsInput_N_DisplayName")] + [ResourcesDescription(typeof(Resources), "GrassCoverErosionInwardsInput_N_Description")] + public int LengthEffect + { + get + { + return data.WrappedData.NormProbabilityInput.N; + } + set + { + data.WrappedData.NormProbabilityInput.N = value; + data.WrappedData.NotifyObservers(); + } + } + + #endregion + #region Model settings [PropertyOrder(frunupModelFactorPropertyIndex)]