diff --git a/src/meshTools/octree/treeBoundBox.C b/src/meshTools/octree/treeBoundBox.C index 08dd33d588..042209ec7c 100644 --- a/src/meshTools/octree/treeBoundBox.C +++ b/src/meshTools/octree/treeBoundBox.C @@ -74,6 +74,12 @@ const Foam::label edgesArray[12][2] = //! @endcond +const Foam::edgeList Foam::treeBoundBox::edges +( + initListList(edgesArray) +); + + const Foam::FixedList Foam::treeBoundBox::faceNormals ( calcFaceNormals()