Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityKernelDataInput.cs =================================================================== diff -u -r6404 -r6469 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityKernelDataInput.cs (.../MacroStabilityKernelDataInput.cs) (revision 6404) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityKernelDataInput.cs (.../MacroStabilityKernelDataInput.cs) (revision 6469) @@ -19,8 +19,11 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. +using Deltares.DamEngine.Calculators.KernelWrappers.Common; using Deltares.DamEngine.Calculators.KernelWrappers.Interfaces; +using Deltares.DamEngine.Data.General; using Deltares.MacroStability.CSharpWrapper.Input; +using Deltares.MacroStability.Io.XmlInput; namespace Deltares.DamEngine.Calculators.KernelWrappers.MacroStabilityInwards; @@ -32,5 +35,11 @@ /// /// The input. /// - public MacroStabilityInput Input { get; set; } = new MacroStabilityInput(); + //public MacroStabilityInput Input { get; set; } = new MacroStabilityInput(); + public FullInputModelType Input { get; set; } = new FullInputModelType(); + + public DamKernelInput DamKernelInput { get; set; } + public MStabParameters MStabParameters { get; set; } + public Deltares.DamEngine.Data.Geometry.Waternet WaterNet { get; set; } + public double XCoordinateLowestUpliftFactorPoint { get; set; } } \ No newline at end of file