Skip to content
Snippets Groups Projects
Commit 8d041d7b authored by Henry Weller's avatar Henry Weller
Browse files

wallDist: Updated for new 'tmp'

parent feb3fc43
Branches
Tags
1 merge request!33Merge foundation
...@@ -59,7 +59,7 @@ void Foam::wallDist::constructn() const ...@@ -59,7 +59,7 @@ void Foam::wallDist::constructn() const
forAllConstIter(labelHashSet, patchIDs_, iter) forAllConstIter(labelHashSet, patchIDs_, iter)
{ {
label patchi = iter.key(); label patchi = iter.key();
n_().boundaryField()[patchi] == patches[patchi].nf(); n_.ref().boundaryField()[patchi] == patches[patchi].nf();
} }
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment