Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsSoilLayer1DEntity.cs =================================================================== diff -u -rbd21fbd130d32ac7d8f5acc37e20dc2e7fb3b6d4 -r1b27f4e06335f3ef96a374edfd8c6397ea43d57a --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsSoilLayer1DEntity.cs (.../MacroStabilityInwardsSoilLayer1DEntity.cs) (revision bd21fbd130d32ac7d8f5acc37e20dc2e7fb3b6d4) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsSoilLayer1DEntity.cs (.../MacroStabilityInwardsSoilLayer1DEntity.cs) (revision 1b27f4e06335f3ef96a374edfd8c6397ea43d57a) @@ -41,19 +41,19 @@ public byte ShearStrengthModel { get; set; } public byte UsePop { get; set; } public double? AbovePhreaticLevelMean { get; set; } - public double? AbovePhreaticLevelDeviation { get; set; } + public double? AbovePhreaticLevelCoefficientOfVariation { get; set; } public double? AbovePhreaticLevelShift { get; set; } public double? BelowPhreaticLevelMean { get; set; } - public double? BelowPhreaticLevelDeviation { get; set; } + public double? BelowPhreaticLevelCoefficientOfVariation { get; set; } public double? BelowPhreaticLevelShift { get; set; } public double? CohesionMean { get; set; } - public double? CohesionDeviation { get; set; } + public double? CohesionCoefficientOfVariation { get; set; } public double? FrictionAngleMean { get; set; } - public double? FrictionAngleDeviation { get; set; } + public double? FrictionAngleCoefficientOfVariation { get; set; } public double? ShearStrengthRatioMean { get; set; } - public double? ShearStrengthRatioDeviation { get; set; } + public double? ShearStrengthRatioCoefficientOfVariation { get; set; } public double? StrengthIncreaseExponentMean { get; set; } - public double? StrengthIncreaseExponentDeviation { get; set; } + public double? StrengthIncreaseExponentCoefficientOfVariation { get; set; } public double? PopMean { get; set; } public double? PopDeviation { get; set; } public int Order { get; set; }