BUG: linearUpwind hangs in parallel execution on empty patches

This commit is contained in:
Henrik Rusche 2014-04-10 16:46:22 +02:00
parent 5f92fdfc9e
commit bae94fac3b

View file

@ -97,7 +97,7 @@ Foam::linearUpwind<Type>::correction
{
fvsPatchField<Type>& pSfCorr = bSfCorr[patchi];
if (pSfCorr.coupled() && pSfCorr.size())
if (pSfCorr.coupled())
{
const fvPatch& p = mesh.boundary()[patchi];