mirror of https://github.com/CGAL/cgal
Fix P3T3::periodic_insert(). Remove an assert which made sense only with P3DT3.
This commit is contained in:
parent
f9fafb38e9
commit
c2a3249cdf
|
|
@ -2204,10 +2204,6 @@ Periodic_3_triangulation_3<GT,TDS>::periodic_insert(
|
|||
tester.set_offset(o);
|
||||
hider.set_offset(o);
|
||||
|
||||
// This only holds for Delaunay
|
||||
CGAL_triangulation_assertion(lt != VERTEX);
|
||||
CGAL_USE(lt);
|
||||
|
||||
// Choose the periodic copy of tester.point() that is inside c.
|
||||
bool found = false;
|
||||
Offset current_off = get_location_offset(tester, c, found);
|
||||
|
|
|
|||
Loading…
Reference in New Issue