Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityInwardsKernelWrapper.cs =================================================================== diff -u -r6502 -r6503 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityInwardsKernelWrapper.cs (.../MacroStabilityInwardsKernelWrapper.cs) (revision 6502) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityInwardsKernelWrapper.cs (.../MacroStabilityInwardsKernelWrapper.cs) (revision 6503) @@ -521,8 +521,6 @@ private static MacroStabilityOutputItem DetemineLeadingOutputItem(List stabilityOutputItems) { - // #The temporary hack. To check if this is the cause of the multicore problem - return stabilityOutputItems[0]; if (stabilityOutputItems.Count == 1) { return stabilityOutputItems[0];