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

fix compile

parent 7e3df39b
No related branches found
No related tags found
No related merge requests found
......@@ -2392,6 +2392,7 @@ void GFaceCompound::getTriangle(double u, double v,
void GFaceCompound::buildOct() const
{
#if defined(HAVE_MESH)
SBoundingBox3d bb;
int count = 0;
std::list<GFace*>::const_iterator it = _compound.begin();
......@@ -2529,6 +2530,7 @@ void GFaceCompound::buildOct() const
kdtree = new ANNkd_tree(nodes, count, 3);
printStuff();
#endif
}
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