Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil/SubCalculator/UpliftVanCalculatorStub.cs =================================================================== diff -u -re53ef4c278a378cb5b3973dc939a19896f94b1cc -r2e4a7f40ff810375ec45120f7e3ff41b417dea67 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil/SubCalculator/UpliftVanCalculatorStub.cs (.../UpliftVanCalculatorStub.cs) (revision e53ef4c278a378cb5b3973dc939a19896f94b1cc) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil/SubCalculator/UpliftVanCalculatorStub.cs (.../UpliftVanCalculatorStub.cs) (revision 2e4a7f40ff810375ec45120f7e3ff41b417dea67) @@ -19,6 +19,7 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. +using Deltares.WTIStability; using Deltares.WTIStability.Data.Geo; using Ringtoets.MacroStabilityInwards.KernelWrapper.SubCalculator; @@ -38,6 +39,8 @@ public SoilProfile2D SoilProfile { get; set; } + public StabilityLocation Location { get; set; } + public void Calculate() { Calculated = true;