mirror of https://github.com/CGAL/cgal
Merge pull request #881 from janetournois/PMP-isotropic_remeshing_reduce_aabbtree-jtournois
PMP isotropic remeshing : reduce the internal aabb_tree to the input face_range
This commit is contained in:
commit
ef3721a581
|
|
@ -246,7 +246,7 @@ namespace internal {
|
|||
boost::make_assoc_property_map(patch_ids_map_),// set patch_id() for each face
|
||||
PMP::parameters::edge_is_constrained_map(cpmap));
|
||||
|
||||
BOOST_FOREACH(face_descriptor f, faces(mesh_))
|
||||
BOOST_FOREACH(face_descriptor f, face_range)
|
||||
{
|
||||
input_triangles_.push_back(triangle(f));
|
||||
input_patch_ids_.push_back(get_patch_id(f));
|
||||
|
|
|
|||
Loading…
Reference in New Issue