Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/General/Parallel.cs =================================================================== diff -u -r3668 -r3858 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/General/Parallel.cs (.../Parallel.cs) (revision 3668) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/General/Parallel.cs (.../Parallel.cs) (revision 3858) @@ -115,7 +115,7 @@ // Delay was there to prevent problems with DGSMStabDam.dll initilializing muliple times after the first thread // If this was not included, DGSMStabDam.dll crashed. So this Sleep could probably be removed now that // DGSMStabDam.dll is no longer used. Keep it here for now, later halve it first then try without. - System.Threading.Thread.Sleep(1000); + Thread.Sleep(1000); } } @@ -239,7 +239,6 @@ e = e.InnerException; } errorOccured = true; - return; } finally { @@ -252,6 +251,6 @@ } } } - } + } } } \ No newline at end of file