mirror of https://github.com/CGAL/cgal
buf-fix for case 032I
This commit is contained in:
parent
67b2d1c770
commit
d5f5a6e2cd
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue