Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityInwardsKernelWrapper.cs =================================================================== diff -u -r5304 -r5305 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityInwardsKernelWrapper.cs (.../MacroStabilityInwardsKernelWrapper.cs) (revision 5304) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityInwardsKernelWrapper.cs (.../MacroStabilityInwardsKernelWrapper.cs) (revision 5305) @@ -283,7 +283,7 @@ } } // If no uplift therefore no UpliftVan calculation was made. So add a fictive (empty) design result. - if(macroStabilityOutputItem == null && macroStabilityOutput.UpliftSituation.IsUplift == false) + if(macroStabilityOutputItem == null && !macroStabilityOutput.UpliftSituation.IsUplift) { DesignResult designResultUpliftNoRun = MacroStabilityCommonHelper.NewDesignResult(damKernelInput, designScenario); designResultUpliftNoRun.StabilityDesignResults.StabilityModelType = MStabModelType.UpliftVan;