Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs =================================================================== diff -u -r6954e174ae758a8ef11bfdfce0da0aa135460fb6 -r57eb47b74e13d3893ded8879b38f18c1e0ae58a1 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs (.../HeightStructure.cs) (revision 6954e174ae758a8ef11bfdfce0da0aa135460fb6) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs (.../HeightStructure.cs) (revision 57eb47b74e13d3893ded8879b38f18c1e0ae58a1) @@ -47,7 +47,7 @@ /// The standard deviation of critical overtopping discharge of the height structure. /// The mean flow apertures width of the height structure. /// The standard deviation of flow apertures width of the height structure. - /// The failure probability of the height structure, given erosion. + /// The failure probability of the height structure, given erosion. /// The mean storage area of the height structure. /// The standard deviation of storage area of the height structure. /// The mean allowable increase of level for storage of the height structure. @@ -61,7 +61,7 @@ double flowWidthAtBottomProtectionMean, double flowWidthAtBottomProtectionStandardDeviation, double criticalOvertoppingDischargeMean, double criticalOvertoppingDischargeStandardDeviation, double widthOfFlowAperturesMean, double widthOfFlowAperturesStandardDeviation, - double failureProbabilityOfStructureGivenErosion, + double failureProbabilityStructureWithErosion, double storageStructureAreaMean, double storageStructureAreaStandardDeviation, double allowedLevelIncreaseStorageMean, double allowedLevelIncreaseStorageStandardDeviation) : base(name, id, location) @@ -87,7 +87,7 @@ Mean = new RoundedDouble(2, widthOfFlowAperturesMean), StandardDeviation = new RoundedDouble(2, widthOfFlowAperturesStandardDeviation) }; - FailureProbabilityOfStructureGivenErosion = failureProbabilityOfStructureGivenErosion; + FailureProbabilityStructureWithErosion = failureProbabilityStructureWithErosion; StorageStructureArea = new LogNormalDistribution(2) { Mean = new RoundedDouble(2, storageStructureAreaMean), @@ -128,7 +128,7 @@ /// /// Gets the failure probability of the height structure, given erosion. /// - public double FailureProbabilityOfStructureGivenErosion { get; private set; } + public double FailureProbabilityStructureWithErosion { get; private set; } /// /// Gets the storage area of the height structure.