Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingFailureMechanismContextProperties.cs =================================================================== diff -u -r9a196c8bc554a2e97ff094d7ffb2e99c42eb04fd -ref2c6cb7afd29e17ada49f5a18b9e21968122232 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingFailureMechanismContextProperties.cs (.../PipingFailureMechanismContextProperties.cs) (revision 9a196c8bc554a2e97ff094d7ffb2e99c42eb04fd) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingFailureMechanismContextProperties.cs (.../PipingFailureMechanismContextProperties.cs) (revision ef2c6cb7afd29e17ada49f5a18b9e21968122232) @@ -170,30 +170,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