buf-fix for case 032I

This commit is contained in:
Laurent Rineau 2023-06-13 17:19:03 +02:00
parent 67b2d1c770
commit d5f5a6e2cd
1 changed files with 2 additions and 2 deletions

View File

@ -786,10 +786,10 @@ public:
else
_curr_simplex = prev;
}
else
else // facet-cell then end
{
CGAL_assertion(lt == Locate_type::CELL);
_curr_simplex = Simplex_3();
_curr_simplex = prev;
}
break;
}