Index: dam engine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamMacroStability/DamMacroStabilityKernelWrapper.cs =================================================================== diff -u -r583 -r586 --- dam engine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamMacroStability/DamMacroStabilityKernelWrapper.cs (.../DamMacroStabilityKernelWrapper.cs) (revision 583) +++ dam engine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamMacroStability/DamMacroStabilityKernelWrapper.cs (.../DamMacroStabilityKernelWrapper.cs) (revision 586) @@ -148,7 +148,7 @@ var s = new DesignScenario(); s.Location = new Location(); var p = new SoilProfile1D(); - designResult = new DesignResult(id, d, s, p, soilProfile2DName, AnalysisType.NoAdaption, 0); + designResult = new DesignResult(d, s, p, soilProfile2DName, AnalysisType.NoAdaption, 0); var stabilityDesignResults = new StabilityDesignResults(); // ToDo zant