stupid bug

This commit is contained in:
Laurent Rineau 2024-02-15 11:45:08 +01:00
parent 12626fd4b8
commit 2da7b21865
1 changed files with 1 additions and 1 deletions

View File

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