polyMesh: Correct CELL_TETS mode in findCell
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1792
This commit is contained in:
parent
95c4f934db
commit
2c46bf1554
1 changed files with 1 additions and 5 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue