Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityKernelDataInput.cs =================================================================== diff -u -r6469 -r6470 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityKernelDataInput.cs (.../MacroStabilityKernelDataInput.cs) (revision 6469) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityKernelDataInput.cs (.../MacroStabilityKernelDataInput.cs) (revision 6470) @@ -19,11 +19,8 @@ // 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; @@ -35,11 +32,5 @@ /// /// The input. /// - //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; } + public MacroStabilityInput Input { get; set; } = new MacroStabilityInput(); } \ No newline at end of file