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

polyMesh: Correct CELL_TETS mode in findCell

parent f4202d9e
No related branches found
No related tags found
No related merge requests found
...@@ -1483,11 +1483,7 @@ Foam::label Foam::polyMesh::findCell ...@@ -1483,11 +1483,7 @@ Foam::label Foam::polyMesh::findCell
return -1; return -1;
} }
if if (Pstream::parRun() && decompMode == FACE_DIAG_TRIS)
(
Pstream::parRun()
&& (decompMode == FACE_DIAG_TRIS || decompMode == CELL_TETS)
)
{ {
// Force construction of face-diagonal decomposition before testing // Force construction of face-diagonal decomposition before testing
// for zero cells. // for zero cells.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment