From bbaa0d57e3a3b94a5d5aa3cbd50a2a6761734f58 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs@hunt.opencfd.co.uk> Date: Thu, 9 Apr 2009 13:00:21 +0100 Subject: [PATCH] missing debug symbol --- src/meshTools/indexedOctree/treeDataEdge.C | 5 ++--- src/meshTools/indexedOctree/treeDataPoint.C | 5 +++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/meshTools/indexedOctree/treeDataEdge.C b/src/meshTools/indexedOctree/treeDataEdge.C index c4bb08f3744..12f347c1648 100644 --- a/src/meshTools/indexedOctree/treeDataEdge.C +++ b/src/meshTools/indexedOctree/treeDataEdge.C @@ -22,16 +22,15 @@ License along with OpenFOAM; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -Description - \*---------------------------------------------------------------------------*/ #include "treeDataEdge.H" #include "indexedOctree.H" -#include "polyMesh.H" // * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // +defineTypeNameAndDebug(Foam::treeDataEdge, 0); + // * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * // diff --git a/src/meshTools/indexedOctree/treeDataPoint.C b/src/meshTools/indexedOctree/treeDataPoint.C index c64fc04ee58..5303156518e 100644 --- a/src/meshTools/indexedOctree/treeDataPoint.C +++ b/src/meshTools/indexedOctree/treeDataPoint.C @@ -32,6 +32,11 @@ Description #include "polyMesh.H" #include "triangleFuncs.H" +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +defineTypeNameAndDebug(Foam::treeDataPoint, 0); + + // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // Construct from components -- GitLab