mirror of https://github.com/CGAL/cgal
apply the fix proposed in Issue #557
This commit is contained in:
parent
17692c7108
commit
b9dafe6745
|
|
@ -877,8 +877,9 @@ Triangulation<TT, TDS>
|
||||||
std::back_insert_iterator<std::vector<Full_cell_handle> > out(simps);
|
std::back_insert_iterator<std::vector<Full_cell_handle> > out(simps);
|
||||||
if( current_dimension() < maximal_dimension() )
|
if( current_dimension() < maximal_dimension() )
|
||||||
{
|
{
|
||||||
|
Coaffine_orientation_d ori = coaffine_orientation_predicate();
|
||||||
Outside_convex_hull_traversal_predicate<Coaffine_orientation_d>
|
Outside_convex_hull_traversal_predicate<Coaffine_orientation_d>
|
||||||
ochtp(*this, p, coaffine_orientation_predicate());
|
ochtp(*this, p, ori);
|
||||||
tds().gather_full_cells(s, ochtp, out);
|
tds().gather_full_cells(s, ochtp, out);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue