Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/SubCalculator/IUpliftVanCalculator.cs =================================================================== diff -u -rb8a87d12087e3af75515ecbf7ddf5004108e826d -r177ec6713fcf4dbdbc5fd2a542fb7bfa6554e1ff --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/SubCalculator/IUpliftVanCalculator.cs (.../IUpliftVanCalculator.cs) (revision b8a87d12087e3af75515ecbf7ddf5004108e826d) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/SubCalculator/IUpliftVanCalculator.cs (.../IUpliftVanCalculator.cs) (revision 177ec6713fcf4dbdbc5fd2a542fb7bfa6554e1ff) @@ -63,5 +63,15 @@ /// Sets the maximum slice width. /// double MaximumSliceWidth { set; } + + /// + /// Sets the slip plane uplift van. + /// + SlipPlaneUpliftVan SlipPlaneUpliftVan { set; } + + /// + /// sets whether the grid is automatic determined or not. + /// + bool GridAutomaticDetermined { set; } } } \ No newline at end of file