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

fix last commit

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