Index: dam engine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamMacroStability/DamMacroStabilityKernelWrapper.cs =================================================================== diff -u -r596 -r670 --- dam engine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamMacroStability/DamMacroStabilityKernelWrapper.cs (.../DamMacroStabilityKernelWrapper.cs) (revision 596) +++ dam engine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/DamMacroStability/DamMacroStabilityKernelWrapper.cs (.../DamMacroStabilityKernelWrapper.cs) (revision 670) @@ -206,7 +206,7 @@ var s = new DesignScenario(); s.Location = new Location(); var p = new SoilProfile1D(); - designResult = new DesignResult(d, s, p, soilProfile2DName, AnalysisType.NoAdaption, 0); + designResult = new DesignResult(d, s, p, soilProfile2DName, AnalysisType.NoAdaption); var stabilityDesignResults = new StabilityDesignResults(); stabilityDesignResults.Zone1SafetyFactor = damPipingOutput.Zone1.SafetyFactor;