Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/SubCalculator/IUpliftVanCalculator.cs =================================================================== diff -u -r815d6acccf30d1310d695a0b4a90d33a6cdd497a -rd90619dfb54877db8067f27218c45ad4e5dab55d --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/SubCalculator/IUpliftVanCalculator.cs (.../IUpliftVanCalculator.cs) (revision 815d6acccf30d1310d695a0b4a90d33a6cdd497a) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/SubCalculator/IUpliftVanCalculator.cs (.../IUpliftVanCalculator.cs) (revision d90619dfb54877db8067f27218c45ad4e5dab55d) @@ -19,6 +19,8 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. +using Ringtoets.MacroStabilityInwards.Primitives; + namespace Ringtoets.MacroStabilityInwards.KernelWrapper.SubCalculator { /// @@ -30,5 +32,7 @@ /// Performs the upliftVan calculation. /// void Calculate(); + + MacroStabilityInwardsSoilProfileUnderSurfaceLine SoilProfile { set; } } } \ No newline at end of file