wallDist: Updated for new 'tmp'
This commit is contained in:
parent
feb3fc43d0
commit
8d041d7ba8
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue