BUG: linearUpwind hangs in parallel execution on empty patches
This commit is contained in:
parent
5f92fdfc9e
commit
bae94fac3b
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
||||
|
|
Reference in a new issue