Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/Uplift/UpliftCalculator.cs =================================================================== diff -u -r1122 -r1718 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/Uplift/UpliftCalculator.cs (.../UpliftCalculator.cs) (revision 1122) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/Uplift/UpliftCalculator.cs (.../UpliftCalculator.cs) (revision 1718) @@ -173,7 +173,8 @@ updatedSoilProfile.Layers.Insert(0, new SoilLayer1D(new Soil() { AbovePhreaticLevel = UnitWeightSoilEmbankment.Value, - BelowPhreaticLevel = UnitWeightSoilEmbankment.Value + BelowPhreaticLevel = UnitWeightSoilEmbankment.Value, + DryUnitWeight = UnitWeightSoilEmbankment.Value }, SurfaceLevel)); } return updatedSoilProfile;