Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/SoilProfiles/MacroStabilityInwardsSoilLayerTransformer.cs =================================================================== diff -u -r613d5197233c721a6cf95c4f722f1c1941f3081d -rea4edac77eb5c9870c9585e0ddc2428423f8265e --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/SoilProfiles/MacroStabilityInwardsSoilLayerTransformer.cs (.../MacroStabilityInwardsSoilLayerTransformer.cs) (revision 613d5197233c721a6cf95c4f722f1c1941f3081d) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/SoilProfiles/MacroStabilityInwardsSoilLayerTransformer.cs (.../MacroStabilityInwardsSoilLayerTransformer.cs) (revision ea4edac77eb5c9870c9585e0ddc2428423f8265e) @@ -112,21 +112,21 @@ properties.IsAquifer = soilLayer.IsAquifer; properties.Color = soilLayer.Color; properties.AbovePhreaticLevelMean = soilLayer.AbovePhreaticLevelMean; - properties.AbovePhreaticLevelDeviation = soilLayer.AbovePhreaticLevelCoefficientOfVariation; + properties.AbovePhreaticLevelCoefficientOfVariation = soilLayer.AbovePhreaticLevelCoefficientOfVariation; properties.AbovePhreaticLevelShift = soilLayer.AbovePhreaticLevelShift; properties.BelowPhreaticLevelMean = soilLayer.BelowPhreaticLevelMean; properties.BelowPhreaticLevelDeviation = soilLayer.BelowPhreaticLevelDeviation; properties.BelowPhreaticLevelShift = soilLayer.BelowPhreaticLevelShift; properties.CohesionMean = soilLayer.CohesionMean; - properties.CohesionDeviation = soilLayer.CohesionCoefficientOfVariation; + properties.CohesionCoefficientOfVariation = soilLayer.CohesionCoefficientOfVariation; properties.FrictionAngleMean = soilLayer.FrictionAngleMean; - properties.FrictionAngleDeviation = soilLayer.FrictionAngleCoefficientOfVariation; + properties.FrictionAngleCoefficientOfVariation = soilLayer.FrictionAngleCoefficientOfVariation; properties.ShearStrengthRatioMean = soilLayer.ShearStrengthRatioMean; - properties.ShearStrengthRatioDeviation = soilLayer.ShearStrengthRatioCoefficientOfVariation; + properties.ShearStrengthRatioCoefficientOfVariation = soilLayer.ShearStrengthRatioCoefficientOfVariation; properties.StrengthIncreaseExponentMean = soilLayer.StrengthIncreaseExponentMean; - properties.StrengthIncreaseExponentDeviation = soilLayer.StrengthIncreaseExponentCoefficientOfVariation; + properties.StrengthIncreaseExponentCoefficientOfVariation = soilLayer.StrengthIncreaseExponentCoefficientOfVariation; properties.PopMean = soilLayer.PopMean; - properties.PopDeviation = soilLayer.PopCoefficientOfVariation; + properties.PopCoefficientOfVariation = soilLayer.PopCoefficientOfVariation; } private static bool TransformUsePop(double? usePop)