Skip to content
Snippets Groups Projects
Commit 0004dc6d authored by laurence's avatar laurence
Browse files

BUG: polyMeshFilter: Reduce newBadFaces

parent 0b40592a
No related branches found
No related tags found
No related merge requests found
...@@ -926,6 +926,8 @@ Foam::label Foam::polyMeshFilter::filter(const label nOriginalBadFaces) ...@@ -926,6 +926,8 @@ Foam::label Foam::polyMeshFilter::filter(const label nOriginalBadFaces)
} }
} }
} }
reduce(newBadFaces, orOp<bool>());
} }
else else
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment