Removed size check: may interfere with parallel communication

This commit is contained in:
Hrvoje Jasak 2014-04-11 15:48:13 +01:00
parent 9db44eed51
commit 9e35f5c2c4

View file

@ -738,7 +738,7 @@ Foam::tmp<Foam::Field<Type> > Foam::fvMatrix<Type>::DD() const
{
const fvPatchField<Type>& ptf = psi_.boundaryField()[patchI];
if (!ptf.coupled() && ptf.size())
if (!ptf.coupled())
{
addToInternalField
(