mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Minor format change.
This commit is contained in:
@ -43,12 +43,12 @@ const treeBoundBox treeBoundBox::greatBox
|
||||
|
||||
const label facesArray[6][4] =
|
||||
{
|
||||
{0, 4, 6, 2}, // left
|
||||
{1, 3, 7, 5}, // right
|
||||
{0, 1, 5, 4}, // bottom
|
||||
{2, 6, 7, 3}, // top
|
||||
{0, 2, 3, 1}, // back
|
||||
{4, 5, 7, 6} // front
|
||||
{0, 4, 6, 2}, // left
|
||||
{1, 3, 7, 5}, // right
|
||||
{0, 1, 5, 4}, // bottom
|
||||
{2, 6, 7, 3}, // top
|
||||
{0, 2, 3, 1}, // back
|
||||
{4, 5, 7, 6} // front
|
||||
};
|
||||
const faceList treeBoundBox::faces(initListList<face, label, 6, 4>(facesArray));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user