Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsSoilLayer2DEntity.cs =================================================================== diff -u -r1b27f4e06335f3ef96a374edfd8c6397ea43d57a -r31a621e36dfd14666d4ec7bb492b5eb5ea8a9265 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsSoilLayer2DEntity.cs (.../MacroStabilityInwardsSoilLayer2DEntity.cs) (revision 1b27f4e06335f3ef96a374edfd8c6397ea43d57a) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsSoilLayer2DEntity.cs (.../MacroStabilityInwardsSoilLayer2DEntity.cs) (revision 31a621e36dfd14666d4ec7bb492b5eb5ea8a9265) @@ -54,7 +54,7 @@ public double? StrengthIncreaseExponentMean { get; set; } public double? StrengthIncreaseExponentCoefficientOfVariation { get; set; } public double? PopMean { get; set; } - public double? PopDeviation { get; set; } + public double? PopCoefficientOfVariation { get; set; } public int Order { get; set; } public virtual MacroStabilityInwardsSoilProfile2DEntity MacroStabilityInwardsSoilProfile2DEntity { get; set; }