mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Improved comment.
This commit is contained in:
@ -1117,6 +1117,8 @@ Foam::label Foam::conformalVoronoiMesh::targetProc
|
|||||||
|
|
||||||
label faceIndex = 0;
|
label faceIndex = 0;
|
||||||
|
|
||||||
|
// Taking log2 of the direction to deduce the face, i.e. reverse the
|
||||||
|
// encoding of faceId to faceBit in treeBoundBox.H
|
||||||
// From: http://graphics.stanford.edu/~seander/bithacks.html
|
// From: http://graphics.stanford.edu/~seander/bithacks.html
|
||||||
while (ptOnFace >>= 1)
|
while (ptOnFace >>= 1)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user