Skip to content
Snippets Groups Projects
Commit 28d9ea13 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix compile

parent 7e3df39b
Branches
Tags
No related merge requests found
...@@ -2392,6 +2392,7 @@ void GFaceCompound::getTriangle(double u, double v, ...@@ -2392,6 +2392,7 @@ void GFaceCompound::getTriangle(double u, double v,
void GFaceCompound::buildOct() const void GFaceCompound::buildOct() const
{ {
#if defined(HAVE_MESH)
SBoundingBox3d bb; SBoundingBox3d bb;
int count = 0; int count = 0;
std::list<GFace*>::const_iterator it = _compound.begin(); std::list<GFace*>::const_iterator it = _compound.begin();
...@@ -2529,6 +2530,7 @@ void GFaceCompound::buildOct() const ...@@ -2529,6 +2530,7 @@ void GFaceCompound::buildOct() const
kdtree = new ANNkd_tree(nodes, count, 3); kdtree = new ANNkd_tree(nodes, count, 3);
printStuff(); printStuff();
#endif
} }
bool GFaceCompound::checkTopology() const bool GFaceCompound::checkTopology() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment