mirror of https://github.com/CGAL/cgal
stupid bug
This commit is contained in:
parent
12626fd4b8
commit
2da7b21865
|
|
@ -1499,7 +1499,7 @@ private:
|
||||||
|
|
||||||
if(!test_edge(cell, v_above, index_v_above, vc, index_vc, 1) &&
|
if(!test_edge(cell, v_above, index_v_above, vc, index_vc, 1) &&
|
||||||
!test_edge(cell, v_below, index_v_below, vc, index_vc, -1) &&
|
!test_edge(cell, v_below, index_v_below, vc, index_vc, -1) &&
|
||||||
!this->use_older_cavity_algorithm())
|
this->use_older_cavity_algorithm())
|
||||||
{
|
{
|
||||||
dump_triangulation();
|
dump_triangulation();
|
||||||
dump_region(face_index, region_index, cdt_2);
|
dump_region(face_index, region_index, cdt_2);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue