Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/SoilProfile/MacroStabilityInwardsSoilProfileUnderSurfaceLineFactory.cs =================================================================== diff -u -rb807a83a281be5e9f4645d35ba7da968a0a5e26f -rdcda3121bebe24597f452aec34a96740b04d1662 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/SoilProfile/MacroStabilityInwardsSoilProfileUnderSurfaceLineFactory.cs (.../MacroStabilityInwardsSoilProfileUnderSurfaceLineFactory.cs) (revision b807a83a281be5e9f4645d35ba7da968a0a5e26f) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/SoilProfile/MacroStabilityInwardsSoilProfileUnderSurfaceLineFactory.cs (.../MacroStabilityInwardsSoilProfileUnderSurfaceLineFactory.cs) (revision dcda3121bebe24597f452aec34a96740b04d1662) @@ -111,20 +111,20 @@ IsAquifer = properties.IsAquifer, ShearStrengthModel = properties.ShearStrengthModel, MaterialName = properties.MaterialName, - AbovePhreaticLevelMean = properties.AbovePhreaticLevelMean, - AbovePhreaticLevelCoefficientOfVariation = properties.AbovePhreaticLevelCoefficientOfVariation, - BelowPhreaticLevelMean = properties.BelowPhreaticLevelMean, - BelowPhreaticLevelCoefficientOfVariation = properties.BelowPhreaticLevelCoefficientOfVariation, - CohesionMean = properties.CohesionMean, - CohesionCoefficientOfVariation = properties.CohesionCoefficientOfVariation, - FrictionAngleMean = properties.FrictionAngleMean, - FrictionAngleCoefficientOfVariation = properties.FrictionAngleCoefficientOfVariation, - StrengthIncreaseExponentMean = properties.StrengthIncreaseExponentMean, - StrengthIncreaseExponentCoefficientOfVariation = properties.StrengthIncreaseExponentCoefficientOfVariation, - ShearStrengthRatioMean = properties.ShearStrengthRatioMean, - ShearStrengthRatioCoefficientOfVariation = properties.ShearStrengthRatioCoefficientOfVariation, - PopMean = properties.PopMean, - PopCoefficientOfVariation = properties.PopCoefficientOfVariation + AbovePhreaticLevelMean = properties.AbovePhreaticLevel.Mean, + AbovePhreaticLevelCoefficientOfVariation = properties.AbovePhreaticLevel.CoefficientOfVariation, + BelowPhreaticLevelMean = properties.BelowPhreaticLevel.Mean, + BelowPhreaticLevelCoefficientOfVariation = properties.BelowPhreaticLevel.CoefficientOfVariation, + CohesionMean = properties.Cohesion.Mean, + CohesionCoefficientOfVariation = properties.Cohesion.CoefficientOfVariation, + FrictionAngleMean = properties.FrictionAngle.Mean, + FrictionAngleCoefficientOfVariation = properties.FrictionAngle.CoefficientOfVariation, + StrengthIncreaseExponentMean = properties.StrengthIncreaseExponent.Mean, + StrengthIncreaseExponentCoefficientOfVariation = properties.StrengthIncreaseExponent.CoefficientOfVariation, + ShearStrengthRatioMean = properties.ShearStrengthRatio.Mean, + ShearStrengthRatioCoefficientOfVariation = properties.ShearStrengthRatio.CoefficientOfVariation, + PopMean = properties.Pop.Mean, + PopCoefficientOfVariation = properties.Pop.CoefficientOfVariation }); SetDesignVariablesOfProperties(props);