Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IStructuresCalculationEntity.cs =================================================================== diff -u -rd3c511b25782c606f9c71158ba5cf5cf5315d6ea -r8e8f8c83c45656f65adaa8e47600379dc5ae8f61 --- 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 8e8f8c83c45656f65adaa8e47600379dc5ae8f61) @@ -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; }