Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Creators/SlipPlaneUpliftVanCreator.cs
===================================================================
diff -u -r5278b82071883876afcaa601e722f564c5815aab -r497172e737ffc201c0f905e85a246cdba3c0cb1c
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Creators/SlipPlaneUpliftVanCreator.cs (.../SlipPlaneUpliftVanCreator.cs) (revision 5278b82071883876afcaa601e722f564c5815aab)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Creators/SlipPlaneUpliftVanCreator.cs (.../SlipPlaneUpliftVanCreator.cs) (revision 497172e737ffc201c0f905e85a246cdba3c0cb1c)
@@ -34,10 +34,10 @@
/// Creates a based on the given ,
/// which can be used in the .
///
- /// The to get the information from.
+ /// The to get the information from.
/// A new with the given information from .
/// Thrown when is null.
- public static SlipPlaneUpliftVan Create(MacroStabilityInwardsCalculatorInput input)
+ public static SlipPlaneUpliftVan Create(UpliftVanCalculatorInput input)
{
if (input == null)
{
@@ -52,7 +52,7 @@
};
}
- private static SlipCircleTangentLine CreateTangentline(MacroStabilityInwardsCalculatorInput input)
+ private static SlipCircleTangentLine CreateTangentline(UpliftVanCalculatorInput input)
{
return new SlipCircleTangentLine
{