Skip to content

Commit

Permalink
Fixed previous fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ange-clement authored Sep 21, 2023
1 parent 7674684 commit a89b39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Polyhedron/demo/Polyhedron/Scene_triangulation_3_item.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ Scene_triangulation_3_item::triangulation_changed()
}
const int max_subdomain_index = max;
d->visible_subdomain.resize(max_subdomain_index+1, true);
d->is_filterable &=( d->subdomain_ids.size() <= 24);
d->is_filterable &=( d->subdomain_indices_.size() <= 24);
for (Tr::Finite_facets_iterator fit = triangulation().finite_facets_begin(),
end = triangulation().finite_facets_end(); fit != end; ++fit)
{
Expand Down

0 comments on commit a89b39f

Please sign in to comment.