Index: Ringtoets/Common/src/Ringtoets.Common.Data/Contribution/FailureMechanismContribution.cs =================================================================== diff -u -r9912cf552f591a1c3359a6502f450207fcebdd6d -r3d83417547aa8ed6c00ad15c94280d41b22072b2 --- Ringtoets/Common/src/Ringtoets.Common.Data/Contribution/FailureMechanismContribution.cs (.../FailureMechanismContribution.cs) (revision 9912cf552f591a1c3359a6502f450207fcebdd6d) +++ Ringtoets/Common/src/Ringtoets.Common.Data/Contribution/FailureMechanismContribution.cs (.../FailureMechanismContribution.cs) (revision 3d83417547aa8ed6c00ad15c94280d41b22072b2) @@ -43,34 +43,18 @@ private NormType normativeNorm; /// - /// Creates a new instance of . Values are taken from the - /// and one item is added with a value of - /// which represents the contribution of any other failure mechanisms. + /// Creates a new instance of /// - /// The of - /// on which to base the . - /// The collective contribution for other failure mechanisms. /// The lower limit norm. /// The signaling norm. - /// Thrown when is null. - /// Thrown when: - /// - /// any of the has a value for - /// not in the interval [0, 100]. - /// the value of is not in the interval [0, 100] - /// - /// /// Thrown when: /// /// is not in the interval [0.000001, 0.1] or is ; /// is not in the interval [0.000001, 0.1] or is ; /// The is larger than . /// /// - public FailureMechanismContribution(IEnumerable failureMechanisms, - double otherContribution, - double lowerLimitNorm, - double signalingNorm) + public FailureMechanismContribution(double lowerLimitNorm, double signalingNorm) { ValidateNorms(signalingNorm, lowerLimitNorm);