wallDist: Updated for new 'tmp'

This commit is contained in:
Henry Weller 2016-02-24 15:57:17 +00:00
parent feb3fc43d0
commit 8d041d7ba8

View file

@ -59,7 +59,7 @@ void Foam::wallDist::constructn() const
forAllConstIter(labelHashSet, patchIDs_, iter)
{
label patchi = iter.key();
n_().boundaryField()[patchi] == patches[patchi].nf();
n_.ref().boundaryField()[patchi] == patches[patchi].nf();
}
}