Skip to content
Snippets Groups Projects
Commit f0636df7 authored by Amaury Johnen's avatar Amaury Johnen
Browse files

fix last commit

parent 70c1aaea
Branches
Tags
No related merge requests found
......@@ -1195,8 +1195,8 @@ bool inExclusionZone_filter (MVertex* p,
void BoundaryLayerColumns::filterPoints(GEntity *ge, double factor)
#if defined(HAVE_RTREE)
{
#if defined(HAVE_RTREE)
// return;
// compute the element sizes
std::map<MVertex*,double> sizes;
......@@ -1289,9 +1289,7 @@ void BoundaryLayerColumns::filterPoints(GEntity *ge, double factor)
}
}
}
}
#else
{
Msg::Warning ("Boundary Layer Points cannot be filtered without compiling gmsh with the rtree library");
#endif
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment