Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingFailureMechanismContextProperties.cs =================================================================== diff -u -r06abcaadc2936c0bf3fde73916c051f37f698505 -r6f87ed1cff87554d4db586e61b73618dfe674242 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingFailureMechanismContextProperties.cs (.../PipingFailureMechanismContextProperties.cs) (revision 06abcaadc2936c0bf3fde73916c051f37f698505) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingFailureMechanismContextProperties.cs (.../PipingFailureMechanismContextProperties.cs) (revision 6f87ed1cff87554d4db586e61b73618dfe674242) @@ -169,30 +169,6 @@ } } - [PropertyOrder(23)] - [ResourcesCategory(typeof(Resources), "Categories_SemiProbabilisticParameters")] - [ResourcesDisplayName(typeof(Resources), "GeneralPipingInput_HeaveNormDependentFactor_DisplayName")] - [ResourcesDescription(typeof(Resources), "GeneralPipingInput_HeaveNormDependentFactor_Description")] - public RoundedDouble HeaveNormDependentFactor - { - get - { - return data.WrappedData.PipingProbabilityAssessmentInput.GetHeaveNormDependentFactor(data.Parent.FailureMechanismContribution.Norm); - } - } - - [PropertyOrder(24)] - [ResourcesCategory(typeof(Resources), "Categories_SemiProbabilisticParameters")] - [ResourcesDisplayName(typeof(Resources), "GeneralPipingInput_SellmeijerNormDependentFactor_DisplayName")] - [ResourcesDescription(typeof(Resources), "GeneralPipingInput_SellmeijerNormDependentFactor_Description")] - public RoundedDouble SellmeijerNormDependentFactor - { - get - { - return data.WrappedData.PipingProbabilityAssessmentInput.GetSellmeijerNormDependentFactor(data.Parent.FailureMechanismContribution.Norm); - } - } - #endregion #region Sellmeijer