From 20b82e06c24ff7daec14588652731e080bc634fd Mon Sep 17 00:00:00 2001 From: mattijs Date: Fri, 27 Jun 2008 17:28:40 +0100 Subject: [PATCH] forgot edges declaration --- src/meshTools/octree/treeBoundBox.C | 6 ++++++ 1 file changed, 6 insertions(+) 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()