Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresCalculationEntity.cs =================================================================== diff -u -r86d7adbc07a987a540f1f5142299895af13003a7 -r5604c90a34d62f567560c2264964faa20bce8e0d --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresCalculationEntity.cs (.../ClosingStructuresCalculationEntity.cs) (revision 86d7adbc07a987a540f1f5142299895af13003a7) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresCalculationEntity.cs (.../ClosingStructuresCalculationEntity.cs) (revision 5604c90a34d62f567560c2264964faa20bce8e0d) @@ -78,6 +78,8 @@ [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection ClosingStructuresSectionResultEntities { get; set; } + public Nullable WidthFlowAperturesStandardDeviation { get; set; } + public byte UseBreakWater { get; set; } public byte BreakWaterType { get; set; } public Nullable BreakWaterHeight { get; set; } @@ -88,7 +90,6 @@ public Nullable AllowedLevelIncreaseStorageMean { get; set; } public Nullable AllowedLevelIncreaseStorageStandardDeviation { get; set; } public Nullable WidthFlowAperturesMean { get; set; } - public Nullable WidthFlowAperturesCoefficientOfVariation { get; set; } public Nullable CriticalOvertoppingDischargeMean { get; set; } public Nullable CriticalOvertoppingDischargeCoefficientOfVariation { get; set; } public Nullable FlowWidthAtBottomProtectionMean { get; set; }