Skip to content
Snippets Groups Projects
Commit 22ac629d authored by mattijs's avatar mattijs
Browse files

BUG: Detect derived-from-wall boundary conditions

parent e794f35c
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ forAll(patches, patchi)
{
const fvPatch& currPatch = patches[patchi];
if (isType<wallFvPatch>(currPatch))
if (isA<wallFvPatch>(currPatch))
{
const vectorField nf = currPatch.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