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:
Sebastien Loriot 2016-03-04 13:28:11 +01:00
commit ef3721a581
1 changed files with 1 additions and 1 deletions

View File

@ -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));