Fix P3T3::periodic_insert(). Remove an assert which made sense only with P3DT3.

This commit is contained in:
Aymeric PELLE 2015-02-02 17:09:52 +01:00 committed by Aymeric PELLÉ
parent f9fafb38e9
commit c2a3249cdf
1 changed files with 0 additions and 4 deletions

View File

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