Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IStructuresCalculationEntity.cs =================================================================== diff -u -rd3c511b25782c606f9c71158ba5cf5cf5315d6ea -r5604c90a34d62f567560c2264964faa20bce8e0d --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IStructuresCalculationEntity.cs (.../IStructuresCalculationEntity.cs) (revision d3c511b25782c606f9c71158ba5cf5cf5315d6ea) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IStructuresCalculationEntity.cs (.../IStructuresCalculationEntity.cs) (revision 5604c90a34d62f567560c2264964faa20bce8e0d) @@ -38,7 +38,7 @@ double? CriticalOvertoppingDischargeCoefficientOfVariation { get; set; } double FailureProbabilityStructureWithErosion { get; set; } double? WidthFlowAperturesMean { get; set; } - double? WidthFlowAperturesCoefficientOfVariation { get; set; } + double? WidthFlowAperturesStandardDeviation { get; set; } double? StormDurationMean { get; set; } byte UseBreakWater { get; set; } byte UseForeshore { get; set; }